#A9605E

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

Shades of Coral Tree #A9605E

Tints of Coral Tree #A9605E

Color information

#A9605E (or 0xA9605E) is unknown color: approx Coral Tree. HEX triplet: A9, 60 and 5E. RGB value is (169,96,94). Sum of RGB (Red+Green+Blue) = 169+96+94=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9605E is #569FA1. Grayscale: #757575. Windows color (decimal): -5676962 or 6185129. OLE color: 6185129.

HSL color Cylindrical-coordinate representation of color #A9605E: hue angle of 1.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9605E is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB1699694-
CMYK00.430.440.34
HSL1.6º30.36%51.57%-
HSV(B)1.6º44.38%66.27%-
XYZ22.5717.6112.8-
YUV117.6114.68164.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=47.08%
G=26.74%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169969400.430.440.341.630.3651.57
HexA9605E02B2C2221e34
Octal251140136053544223664
Binary101010011100000101111001010111011001000101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9605E; }

 p { color: rgb(169,96,94); }

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

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

 a { background-color: rgb(169,96,94); }

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

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

 span { border-color: rgb(169,96,94); }

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