#A9645D

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

Shades of Coral Tree #A9645D

Tints of Coral Tree #A9645D

Color information

#A9645D (or 0xA9645D) is unknown color: approx Coral Tree. HEX triplet: A9, 64 and 5D. RGB value is (169,100,93). Sum of RGB (Red+Green+Blue) = 169+100+93=362 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.69% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 169 - color contains mainly: red. Hex color #A9645D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9645D is #569BA2. Grayscale: #777777. Windows color (decimal): -5675939 or 6120617. OLE color: 6120617.

HSL color Cylindrical-coordinate representation of color #A9645D: hue angle of 5.53º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9645D is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB16910093-
CMYK00.410.450.34
HSL5.53º30.65%51.37%-
HSV(B)5.53º44.97%66.27%-
XYZ22.918.3412.69-
YUV119.83112.86163.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.69%
GREEN value IS 100 (39.45% from 255) = 27.62%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=46.69%
G=27.62%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691009300.410.450.345.5330.6551.37
HexA9645D0292D2261f33
Octal251144135051554263763
Binary1010100111001001011101010100110110110001011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9645D; }

 p { color: rgb(169,100,93); }

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

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

 a { background-color: rgb(169,100,93); }

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

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

 span { border-color: rgb(169,100,93); }

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