#AF6E69

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

Shades of Coral Tree #AF6E69

Tints of Coral Tree #AF6E69

Color information

#AF6E69 (or 0xAF6E69) is unknown color: approx Coral Tree. HEX triplet: AF, 6E and 69. RGB value is (175,110,105). Sum of RGB (Red+Green+Blue) = 175+110+105=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E69 is #509196. Grayscale: #808080. Windows color (decimal): -5280151 or 6909615. OLE color: 6909615.

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

Color convert

RGB175110105-
CMYK00.370.400.31
HSL4.29º30.43%54.9%-
HSV(B)4.29º40%68.63%-
XYZ25.821.2916.11-
YUV128.86114.53160.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 105 (41.41% from 255) = 26.92%
R=44.87%
G=28.21%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511010500.370.400.314.2930.4354.9
HexAF6E69025281F41e37
Octal257156151045503743667
Binary101011111101110110100101001011010001111110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E69; }

 p { color: rgb(175,110,105); }

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

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

 a { background-color: rgb(175,110,105); }

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

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

 span { border-color: rgb(175,110,105); }

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