#AF7267

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

Shades of Coral Tree #AF7267

Tints of Coral Tree #AF7267

Color information

#AF7267 (or 0xAF7267) is unknown color: approx Coral Tree. HEX triplet: AF, 72 and 67. RGB value is (175,114,103). Sum of RGB (Red+Green+Blue) = 175+114+103=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7267 is #508D98. Grayscale: #838383. Windows color (decimal): -5279129 or 6779567. OLE color: 6779567.

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

Color convert

RGB175114103-
CMYK00.350.410.31
HSL9.17º31.03%54.51%-
HSV(B)9.17º41.14%68.63%-
XYZ26.1422.1315.73-
YUV130.98112.21159.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 103 (40.62% from 255) = 26.28%
R=44.64%
G=29.08%
B=26.28%

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
Decimal17511410300.350.410.319.1731.0354.51
HexAF7267023291F91f37
Octal2571621470435137113767
Binary1010111111100101100111010001110100111111100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7267; }

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

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

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

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

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

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

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

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