#AF7A6D

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

Shades of Coral Tree #AF7A6D

Tints of Coral Tree #AF7A6D

Color information

#AF7A6D (or 0xAF7A6D) is unknown color: approx Coral Tree. HEX triplet: AF, 7A and 6D. RGB value is (175,122,109). Sum of RGB (Red+Green+Blue) = 175+122+109=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A6D is #508592. Grayscale: #888888. Windows color (decimal): -5277075 or 7174831. OLE color: 7174831.

HSL color Cylindrical-coordinate representation of color #AF7A6D: hue angle of 11.82º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF7A6D is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175122109-
CMYK00.300.380.31
HSL11.82º29.2%55.69%-
HSV(B)11.82º37.71%68.63%-
XYZ27.424.1417.68-
YUV136.36112.56155.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 109 (42.97% from 255) = 26.85%
R=43.10%
G=30.05%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512210900.300.380.3111.8229.255.69
HexAF7A6D01E261Fc1d38
Octal2571721550364637143570
Binary101011111111010110110101111010011011111110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7A6D; }

 p { color: rgb(175,122,109); }

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

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

 a { background-color: rgb(175,122,109); }

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

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

 span { border-color: rgb(175,122,109); }

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