#AF645E

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

Shades of Coral Tree #AF645E

Tints of Coral Tree #AF645E

Color information

#AF645E (or 0xAF645E) is unknown color: approx Coral Tree. HEX triplet: AF, 64 and 5E. RGB value is (175,100,94). Sum of RGB (Red+Green+Blue) = 175+100+94=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF645E is #509BA1. Grayscale: #797979. Windows color (decimal): -5282722 or 6186159. OLE color: 6186159.

HSL color Cylindrical-coordinate representation of color #AF645E: hue angle of 4.44º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF645E is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17510094-
CMYK00.430.460.31
HSL4.44º33.61%52.75%-
HSV(B)4.44º46.29%68.63%-
XYZ24.2619.0412.99-
YUV121.74112.35165.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=47.43%
G=27.10%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751009400.430.460.314.4433.6152.75
HexAF645E02B2E1F42235
Octal257144136053563744265
Binary1010111111001001011110010101110111011111100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF645E; }

 p { color: rgb(175,100,94); }

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

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

 a { background-color: rgb(175,100,94); }

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

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

 span { border-color: rgb(175,100,94); }

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