#AF7467

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

Shades of Coral Tree #AF7467

Tints of Coral Tree #AF7467

Color information

#AF7467 (or 0xAF7467) is unknown color: approx Coral Tree. HEX triplet: AF, 74 and 67. RGB value is (175,116,103). Sum of RGB (Red+Green+Blue) = 175+116+103=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7467 is #508B98. Grayscale: #848484. Windows color (decimal): -5278617 or 6780079. OLE color: 6780079.

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

Color convert

RGB175116103-
CMYK00.340.410.31
HSL10.83º31.03%54.51%-
HSV(B)10.83º41.14%68.63%-
XYZ26.3722.5815.8-
YUV132.16111.55158.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 103 (40.62% from 255) = 26.14%
R=44.42%
G=29.44%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511610300.340.410.3110.8331.0354.51
HexAF7467022291Fb1f37
Octal2571641470425137133767
Binary1010111111101001100111010001010100111111101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7467; }

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

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

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

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

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

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

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

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