Html Css Color HEX #AB522E Rose Of Sharon

📋 copy color: '#AB522E'

red 171 ◦ green 82 ◦ blue 46

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

Shades of Rose Of Sharon #AB522E

Tints of Rose Of Sharon #AB522E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.38%

R = 57.19%
G = 27.42%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB522E (or 0xAB522E) is known color: Rose Of Sharon. HEX triplet: AB, 52 and 2E. RGB value is (171,82,46). Sum of RGB (Red+Green+Blue) = 171+82+46=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB522E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB522E is #54ADD1. Grayscale: #686868. Windows color (decimal): -5549522 or 3035819. OLE color: 3035819.

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

Color convert

RGB 171 82 46 -
CMYK 0 0.52 0.73 0.33
HSL 17.28º 0.58% 0.43% -
HSV(B) 17.28º 0.73% 0.67% -
XYZ 20.31 14.89 4.39 -
YUV 104.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 171 82 46 0 0.52 0.73 0.33 17.28 0.58 0.43
Hex AB 52 2E 0 34 49 21 11 3A 2B
Octal 253 122 56 0 64 111 41 21 72 53
Binary 10101011 1010010 101110 0 110100 1001001 100001 10001 111010 101011

Color Harmonies of #AB522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB522E

Black with #AB522E

Text Example


Text Example

White with #AB522E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB522E; }

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

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

background-color css

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

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

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

border-color css

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

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

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