#AF645A

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

Shades of Coral Tree #AF645A

Tints of Coral Tree #AF645A

Color information

#AF645A (or 0xAF645A) is unknown color: approx Coral Tree. HEX triplet: AF, 64 and 5A. RGB value is (175,100,90). Sum of RGB (Red+Green+Blue) = 175+100+90=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF645A is #509BA5. Grayscale: #797979. Windows color (decimal): -5282726 or 5924015. OLE color: 5924015.

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

Color convert

RGB17510090-
CMYK00.430.490.31
HSL7.06º34.69%51.96%-
HSV(B)7.06º48.57%68.63%-
XYZ24.0818.9712.06-
YUV121.28110.35166.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=47.95%
G=27.40%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751009000.430.490.317.0634.6951.96
HexAF645A02B311F72334
Octal257144132053613774364
Binary1010111111001001011010010101111000111111111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF645A; }

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

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

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

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

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

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

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

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