Html Css Color HEX #AB512C Rose Of Sharon

📋 copy color: '#AB512C'

red 171 ◦ green 81 ◦ blue 44

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

Shades of Rose Of Sharon #AB512C

Tints of Rose Of Sharon #AB512C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.36%

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

R = 57.77%
G = 27.36%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB512C (or 0xAB512C) is known color: Rose Of Sharon. HEX triplet: AB, 51 and 2C. RGB value is (171,81,44). Sum of RGB (Red+Green+Blue) = 171+81+44=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB512C is #54AED3. Grayscale: #676767. Windows color (decimal): -5549780 or 2904491. OLE color: 2904491.

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

Color convert

RGB 171 81 44 -
CMYK 0 0.53 0.74 0.33
HSL 17.48º 0.59% 0.42% -
HSV(B) 17.48º 0.74% 0.67% -
XYZ 20.19 14.72 4.16 -
YUV 103.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 171 81 44 0 0.53 0.74 0.33 17.48 0.59 0.42
Hex AB 51 2C 0 35 4A 21 11 3B 2A
Octal 253 121 54 0 65 112 41 21 73 52
Binary 10101011 1010001 101100 0 110101 1001010 100001 10001 111011 101010

Color Harmonies of #AB512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB512C

Black with #AB512C

Text Example


Text Example

White with #AB512C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB512C; }

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

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

background-color css

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

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

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

border-color css

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

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

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