#AF6C6B

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

Shades of Coral Tree #AF6C6B

Tints of Coral Tree #AF6C6B

Color information

#AF6C6B (or 0xAF6C6B) is unknown color: approx Coral Tree. HEX triplet: AF, 6C and 6B. RGB value is (175,108,107). Sum of RGB (Red+Green+Blue) = 175+108+107=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6C6B is #509394. Grayscale: #7F7F7F. Windows color (decimal): -5280661 or 7040175. OLE color: 7040175.

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

Color convert

RGB175108107-
CMYK00.380.390.31
HSL0.88º29.82%55.29%-
HSV(B)0.88º38.86%68.63%-
XYZ25.720.916.59-
YUV127.92116.2161.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 107 (42.19% from 255) = 27.44%
R=44.87%
G=27.69%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510810700.380.390.310.8829.8255.29
HexAF6C6B026271F11e37
Octal257154153046473713667
Binary1010111111011001101011010011010011111111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6C6B; }

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

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

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

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

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

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

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

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