#A85229

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

Shades of Rose Of Sharon #A85229

Tints of Rose Of Sharon #A85229

Color information

#A85229 (or 0xA85229) is unknown color: approx Rose Of Sharon. HEX triplet: A8, 52 and 29. RGB value is (168,82,41). Sum of RGB (Red+Green+Blue) = 168+82+41=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A85229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85229 is #57ADD6. Grayscale: #676767. Windows color (decimal): -5746135 or 2708136. OLE color: 2708136.

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

Color convert

RGB1688241-
CMYK00.510.760.34
HSL19.37º60.77%40.98%-
HSV(B)19.37º75.6%65.88%-
XYZ19.5714.523.87-
YUV103.0492.99174.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.73%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 41 (16.41% from 255) = 14.09%
R=57.73%
G=28.18%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168824100.510.760.3419.3760.7740.98
HexA852290334C22133d29
Octal2501225106311442237551
Binary1010100010100101010010110011100110010001010011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85229; }

 p { color: rgb(168,82,41); }

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

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

 a { background-color: rgb(168,82,41); }

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

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

 span { border-color: rgb(168,82,41); }

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