Html Css Color HEX #AB5228 Rose Of Sharon

📋 copy color: '#AB5228'

red 171 ◦ green 82 ◦ blue 40

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

Shades of Rose Of Sharon #AB5228

Tints of Rose Of Sharon #AB5228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.65%

R = 58.36%
G = 27.99%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB5228 (or 0xAB5228) is known color: Rose Of Sharon. HEX triplet: AB, 52 and 28. RGB value is (171,82,40). Sum of RGB (Red+Green+Blue) = 171+82+40=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5228 is #54ADD7. Grayscale: #686868. Windows color (decimal): -5549528 or 2642603. OLE color: 2642603.

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

Color convert

RGB 171 82 40 -
CMYK 0 0.52 0.77 0.33
HSL 19.24º 0.62% 0.41% -
HSV(B) 19.24º 0.77% 0.67% -
XYZ 20.19 14.85 3.81 -
YUV 103.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 171 82 40 0 0.52 0.77 0.33 19.24 0.62 0.41
Hex AB 52 28 0 34 4D 21 13 3E 29
Octal 253 122 50 0 64 115 41 23 76 51
Binary 10101011 1010010 101000 0 110100 1001101 100001 10011 111110 101001

Color Harmonies of #AB5228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5228

Black with #AB5228

Text Example


Text Example

White with #AB5228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5228; }

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

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

background-color css

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

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

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

border-color css

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

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

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