Html Css Color HEX #AB522B Rose Of Sharon

📋 copy color: '#AB522B'

red 171 ◦ green 82 ◦ blue 43

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

Shades of Rose Of Sharon #AB522B

Tints of Rose Of Sharon #AB522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.53%

R = 57.77%
G = 27.7%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB522B (or 0xAB522B) is known color: Rose Of Sharon. HEX triplet: AB, 52 and 2B. RGB value is (171,82,43). Sum of RGB (Red+Green+Blue) = 171+82+43=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB522B is #54ADD4. Grayscale: #686868. Windows color (decimal): -5549525 or 2839211. OLE color: 2839211.

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

Color convert

RGB 171 82 43 -
CMYK 0 0.52 0.75 0.33
HSL 18.28º 0.6% 0.42% -
HSV(B) 18.28º 0.75% 0.67% -
XYZ 20.25 14.87 4.09 -
YUV 104.17 93.49 175.67 -
System Red Green Blue C M Y K H S L
Decimal 171 82 43 0 0.52 0.75 0.33 18.28 0.6 0.42
Hex AB 52 2B 0 34 4B 21 12 3C 2A
Octal 253 122 53 0 64 113 41 22 74 52
Binary 10101011 1010010 101011 0 110100 1001011 100001 10010 111100 101010

Color Harmonies of #AB522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB522B

Black with #AB522B

Text Example


Text Example

White with #AB522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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