#AF7567

Color #AF7567 Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AF7567

Tints of Coral Tree #AF7567

Color information

#AF7567 (or 0xAF7567) is unknown color: approx Coral Tree. HEX triplet: AF, 75 and 67. RGB value is (175,117,103). Sum of RGB (Red+Green+Blue) = 175+117+103=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7567 is #508A98. Grayscale: #848484. Windows color (decimal): -5278361 or 6780335. OLE color: 6780335.

HSL color Cylindrical-coordinate representation of color #AF7567: hue angle of 11.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF7567 is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB175117103-
CMYK00.330.410.31
HSL11.67º31.03%54.51%-
HSV(B)11.67º41.14%68.63%-
XYZ26.4922.8215.84-
YUV132.75111.22158.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 103 (40.62% from 255) = 26.08%
R=44.30%
G=29.62%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511710300.330.410.3111.6731.0354.51
HexAF7567021291Fc1f37
Octal2571651470415137143767
Binary1010111111101011100111010000110100111111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7567; }

 p { color: rgb(175,117,103); }

 H1.HeaderClassName
 {
   color: #AF7567;
 }
 .AnyTagClassName
 {
   color: #AF7567;
 }
</style>
background-color css

<style>
 a { background-color: #AF7567; }

 a { background-color: rgb(175,117,103); }

 div.DivClassName
 {
   background-color: #AF7567;
 }
 .BgClassName
 {
   background-color: #AF7567;
 }
</style>
border-color css

<style>
 span { border-color: #AF7567; }

 span { border-color: rgb(175,117,103); }

 td.TdClassName
 {
   border-color: #AF7567;
 }
 .TagClassName
 {
   border-color: #AF7567;
 }
</style>