Html Css Color HEX #AB5526 Rose Of Sharon

📋 copy color: '#AB5526'

red 171 ◦ green 85 ◦ blue 38

#AB5526
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #AB5526

Tints of Rose Of Sharon #AB5526

RGB

 RED value IS 171 (67.19% from 255) = 58.16%

 GREEN value IS 85 (33.59% from 255) = 28.91%

 BLUE value IS 38 (15.23% from 255) = 12.93%

R = 58.16%
G = 28.91%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB5526 (or 0xAB5526) is known color: Rose Of Sharon. HEX triplet: AB, 55 and 26. RGB value is (171,85,38). Sum of RGB (Red+Green+Blue) = 171+85+38=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5526 is #54AAD9. Grayscale: #696969. Windows color (decimal): -5548762 or 2512299. OLE color: 2512299.

HSL color Cylindrical-coordinate representation of color #AB5526: hue angle of 21.2º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB5526 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 38 -
CMYK 0 0.50 0.78 0.33
HSL 21.2º 0.64% 0.41% -
HSV(B) 21.2º 0.78% 0.67% -
XYZ 20.39 15.29 3.71 -
YUV 105.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 171 85 38 0 0.50 0.78 0.33 21.2 0.64 0.41
Hex AB 55 26 0 32 4E 21 15 40 29
Octal 253 125 46 0 62 116 41 25 100 51
Binary 10101011 1010101 100110 0 110010 1001110 100001 10101 1000000 101001

Color Harmonies of #AB5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5526

Black with #AB5526

Text Example


Text Example

White with #AB5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5526; }

 p { color: rgb(171,85,38); }

 H1.HeaderClassName
 {
   color: #AB5526;
 }
 .AnyTagClassName
 {
   color: #AB5526;
 }
</style>

background-color css

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

 a { background-color: rgb(171,85,38); }

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

border-color css

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

 span { border-color: rgb(171,85,38); }

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