#A95F5E

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

Shades of Coral Tree #A95F5E

Tints of Coral Tree #A95F5E

Color information

#A95F5E (or 0xA95F5E) is unknown color: approx Coral Tree. HEX triplet: A9, 5F and 5E. RGB value is (169,95,94). Sum of RGB (Red+Green+Blue) = 169+95+94=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A95F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95F5E is #56A0A1. Grayscale: #757575. Windows color (decimal): -5677218 or 6184873. OLE color: 6184873.

HSL color Cylindrical-coordinate representation of color #A95F5E: hue angle of 0.8º 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 #A95F5E is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB1699594-
CMYK00.440.440.34
HSL0.8º30.36%51.57%-
HSV(B)0.8º44.38%66.27%-
XYZ22.4717.4312.77-
YUV117.01115.02165.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 94 (37.11% from 255) = 26.26%
R=47.21%
G=26.54%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169959400.440.440.340.830.3651.57
HexA95F5E02C2C2211e34
Octal251137136054544213664
Binary10101001101111110111100101100101100100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95F5E; }

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

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

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

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

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

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

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

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