#AF7266

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

Shades of Coral Tree #AF7266

Tints of Coral Tree #AF7266

Color information

#AF7266 (or 0xAF7266) is unknown color: approx Coral Tree. HEX triplet: AF, 72 and 66. RGB value is (175,114,102). Sum of RGB (Red+Green+Blue) = 175+114+102=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7266 is #508D99. Grayscale: #828282. Windows color (decimal): -5279130 or 6714031. OLE color: 6714031.

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

Color convert

RGB175114102-
CMYK00.350.420.31
HSL9.86º31.33%54.31%-
HSV(B)9.86º41.71%68.63%-
XYZ26.0922.1115.46-
YUV130.87111.71159.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=44.76%
G=29.16%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511410200.350.420.319.8631.3354.31
HexAF72660232A1Fa1f36
Octal2571621460435237123766
Binary1010111111100101100110010001110101011111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7266; }

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

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

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

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

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

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

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

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