#AF6F6A

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

Shades of Coral Tree #AF6F6A

Tints of Coral Tree #AF6F6A

Color information

#AF6F6A (or 0xAF6F6A) is unknown color: approx Coral Tree. HEX triplet: AF, 6F and 6A. RGB value is (175,111,106). Sum of RGB (Red+Green+Blue) = 175+111+106=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F6A is #509095. Grayscale: #818181. Windows color (decimal): -5279894 or 6975407. OLE color: 6975407.

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

Color convert

RGB175111106-
CMYK00.370.390.31
HSL4.35º30.13%55.1%-
HSV(B)4.35º39.43%68.63%-
XYZ25.9721.5216.42-
YUV129.57114.7160.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 111 (43.75% from 255) = 28.32%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=44.64%
G=28.32%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511110600.370.390.314.3530.1355.1
HexAF6F6A025271F41e37
Octal257157152045473743667
Binary101011111101111110101001001011001111111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F6A; }

 p { color: rgb(175,111,106); }

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

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

 a { background-color: rgb(175,111,106); }

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

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

 span { border-color: rgb(175,111,106); }

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