#AF645F

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

Shades of Coral Tree #AF645F

Tints of Coral Tree #AF645F

Color information

#AF645F (or 0xAF645F) is unknown color: approx Coral Tree. HEX triplet: AF, 64 and 5F. RGB value is (175,100,95). Sum of RGB (Red+Green+Blue) = 175+100+95=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF645F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF645F is #509BA0. Grayscale: #797979. Windows color (decimal): -5282721 or 6251695. OLE color: 6251695.

HSL color Cylindrical-coordinate representation of color #AF645F: hue angle of 3.75º degrees, saturation: 0.33, 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 #AF645F is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17510095-
CMYK00.430.460.31
HSL3.75º33.33%52.94%-
HSV(B)3.75º45.71%68.63%-
XYZ24.319.0513.22-
YUV121.85112.85165.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.30%
GREEN value IS 100 (39.45% from 255) = 27.03%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=47.30%
G=27.03%
B=25.68%

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
Decimal1751009500.430.460.313.7533.3352.94
HexAF645F02B2E1F42135
Octal257144137053563744165
Binary1010111111001001011111010101110111011111100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF645F; }

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

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

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

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

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

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

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

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