#AF6A65

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

Shades of Coral Tree #AF6A65

Tints of Coral Tree #AF6A65

Color information

#AF6A65 (or 0xAF6A65) is unknown color: approx Coral Tree. HEX triplet: AF, 6A and 65. RGB value is (175,106,101). Sum of RGB (Red+Green+Blue) = 175+106+101=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A65 is #50959A. Grayscale: #7E7E7E. Windows color (decimal): -5281179 or 6646447. OLE color: 6646447.

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

Color convert

RGB175106101-
CMYK00.390.420.31
HSL4.05º31.62%54.12%-
HSV(B)4.05º42.29%68.63%-
XYZ25.1820.3614.91-
YUV126.06113.86162.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 101 (39.84% from 255) = 26.44%
R=45.81%
G=27.75%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510610100.390.420.314.0531.6254.12
HexAF6A650272A1F42036
Octal257152145047523744066
Binary1010111111010101100101010011110101011111100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A65; }

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

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

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

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

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

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

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

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