#AF7167

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

Shades of Coral Tree #AF7167

Tints of Coral Tree #AF7167

Color information

#AF7167 (or 0xAF7167) is unknown color: approx Coral Tree. HEX triplet: AF, 71 and 67. RGB value is (175,113,103). Sum of RGB (Red+Green+Blue) = 175+113+103=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7167 is #508E98. Grayscale: #828282. Windows color (decimal): -5279385 or 6779311. OLE color: 6779311.

HSL color Cylindrical-coordinate representation of color #AF7167: hue angle of 8.33º 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 #AF7167 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB175113103-
CMYK00.350.410.31
HSL8.33º31.03%54.51%-
HSV(B)8.33º41.14%68.63%-
XYZ26.0321.915.69-
YUV130.4112.54159.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 103 (40.62% from 255) = 26.34%
R=44.76%
G=28.90%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511310300.350.410.318.3331.0354.51
HexAF7167023291F81f37
Octal2571611470435137103767
Binary1010111111100011100111010001110100111111100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7167; }

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

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

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

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

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

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

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

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