Html Css Color HEX #AB532C Rose Of Sharon

📋 copy color: '#AB532C'

red 171 ◦ green 83 ◦ blue 44

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

Shades of Rose Of Sharon #AB532C

Tints of Rose Of Sharon #AB532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.85%

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

R = 57.38%
G = 27.85%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB532C (or 0xAB532C) is known color: Rose Of Sharon. HEX triplet: AB, 53 and 2C. RGB value is (171,83,44). Sum of RGB (Red+Green+Blue) = 171+83+44=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB532C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB532C is #54ACD3. Grayscale: #696969. Windows color (decimal): -5549268 or 2905003. OLE color: 2905003.

HSL color Cylindrical-coordinate representation of color #AB532C: hue angle of 18.43º 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 #AB532C is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 83 44 -
CMYK 0 0.51 0.74 0.33
HSL 18.43º 0.59% 0.42% -
HSV(B) 18.43º 0.74% 0.67% -
XYZ 20.34 15.03 4.21 -
YUV 104.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 171 83 44 0 0.51 0.74 0.33 18.43 0.59 0.42
Hex AB 53 2C 0 33 4A 21 12 3B 2A
Octal 253 123 54 0 63 112 41 22 73 52
Binary 10101011 1010011 101100 0 110011 1001010 100001 10010 111011 101010

Color Harmonies of #AB532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB532C

Black with #AB532C

Text Example


Text Example

White with #AB532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB532C; }

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

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

background-color css

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

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

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

border-color css

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

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

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