#A95129

Color #A95129 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #A95129

Tints of Rose Of Sharon #A95129

Color information

#A95129 (or 0xA95129) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 51 and 29. RGB value is (169,81,41). Sum of RGB (Red+Green+Blue) = 169+81+41=291 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.08% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 169 - color contains mainly: red. Hex color #A95129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95129 is #56AED6. Grayscale: #676767. Windows color (decimal): -5680855 or 2707881. OLE color: 2707881.

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

Color convert

RGB1698141-
CMYK00.520.760.34
HSL18.75º60.95%41.18%-
HSV(B)18.75º75.74%66.27%-
XYZ19.714.483.85-
YUV102.7593.15175.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 58.08%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 41 (16.41% from 255) = 14.09%
R=58.08%
G=27.84%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169814100.520.760.3418.7560.9541.18
HexA951290344C22133d29
Octal2511215106411442237551
Binary1010100110100011010010110100100110010001010011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95129; }

 p { color: rgb(169,81,41); }

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

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

 a { background-color: rgb(169,81,41); }

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

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

 span { border-color: rgb(169,81,41); }

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