#AF7B6C

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

Shades of Coral Tree #AF7B6C

Tints of Coral Tree #AF7B6C

Color information

#AF7B6C (or 0xAF7B6C) is unknown color: approx Coral Tree. HEX triplet: AF, 7B and 6C. RGB value is (175,123,108). Sum of RGB (Red+Green+Blue) = 175+123+108=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7B6C is #508493. Grayscale: #888888. Windows color (decimal): -5276820 or 7109551. OLE color: 7109551.

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

Color convert

RGB175123108-
CMYK00.300.380.31
HSL13.43º29.52%55.49%-
HSV(B)13.43º38.29%68.63%-
XYZ27.4724.3617.44-
YUV136.84111.73155.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=43.10%
G=30.30%
B=26.60%

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
Decimal17512310800.300.380.3113.4329.5255.49
HexAF7B6C01E261Fd1e37
Octal2571731540364637153667
Binary101011111111011110110001111010011011111110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B6C; }

 p { color: rgb(175,123,108); }

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

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

 a { background-color: rgb(175,123,108); }

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

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

 span { border-color: rgb(175,123,108); }

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