Html Css Color HEX #AB552A Rose Of Sharon

📋 copy color: '#AB552A'

red 171 ◦ green 85 ◦ blue 42

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

Shades of Rose Of Sharon #AB552A

Tints of Rose Of Sharon #AB552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.52%

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 57.38%
G = 28.52%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB552A (or 0xAB552A) is known color: Rose Of Sharon. HEX triplet: AB, 55 and 2A. RGB value is (171,85,42). Sum of RGB (Red+Green+Blue) = 171+85+42=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB552A is #54AAD5. Grayscale: #6A6A6A. Windows color (decimal): -5548758 or 2774443. OLE color: 2774443.

HSL color Cylindrical-coordinate representation of color #AB552A: hue angle of 20º degrees, saturation: 0.61, 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 #AB552A is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 42 -
CMYK 0 0.50 0.75 0.33
HSL 20º 0.61% 0.42% -
HSV(B) 20º 0.75% 0.67% -
XYZ 20.46 15.32 4.07 -
YUV 105.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 171 85 42 0 0.50 0.75 0.33 20 0.61 0.42
Hex AB 55 2A 0 32 4B 21 14 3D 2A
Octal 253 125 52 0 62 113 41 24 75 52
Binary 10101011 1010101 101010 0 110010 1001011 100001 10100 111101 101010

Color Harmonies of #AB552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB552A

Black with #AB552A

Text Example


Text Example

White with #AB552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB552A; }

 p { color: rgb(171,85,42); }

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

background-color css

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

 a { background-color: rgb(171,85,42); }

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

border-color css

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

 span { border-color: rgb(171,85,42); }

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