Html Css Color HEX #AB522C Rose Of Sharon

📋 copy color: '#AB522C'

red 171 ◦ green 82 ◦ blue 44

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

Shades of Rose Of Sharon #AB522C

Tints of Rose Of Sharon #AB522C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.61%

 BLUE value IS 44 (17.58% from 255) = 14.81%

R = 57.58%
G = 27.61%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB522C (or 0xAB522C) is known color: Rose Of Sharon. HEX triplet: AB, 52 and 2C. RGB value is (171,82,44). Sum of RGB (Red+Green+Blue) = 171+82+44=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB522C is #54ADD3. Grayscale: #686868. Windows color (decimal): -5549524 or 2904747. OLE color: 2904747.

HSL color Cylindrical-coordinate representation of color #AB522C: hue angle of 17.95º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB522C is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 82 44 -
CMYK 0 0.52 0.74 0.33
HSL 17.95º 0.59% 0.42% -
HSV(B) 17.95º 0.74% 0.67% -
XYZ 20.27 14.87 4.19 -
YUV 104.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 171 82 44 0 0.52 0.74 0.33 17.95 0.59 0.42
Hex AB 52 2C 0 34 4A 21 12 3B 2A
Octal 253 122 54 0 64 112 41 22 73 52
Binary 10101011 1010010 101100 0 110100 1001010 100001 10010 111011 101010

Color Harmonies of #AB522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB522C

Black with #AB522C

Text Example


Text Example

White with #AB522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB522C; }

 p { color: rgb(171,82,44); }

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

background-color css

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

 a { background-color: rgb(171,82,44); }

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

border-color css

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

 span { border-color: rgb(171,82,44); }

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