Html Css Color HEX #AB552E Red Stage

📋 copy color: '#AB552E'

red 171 ◦ green 85 ◦ blue 46

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

Shades of Red Stage #AB552E

Tints of Red Stage #AB552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 56.62%
G = 28.15%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB552E (or 0xAB552E) is known color: Red Stage. HEX triplet: AB, 55 and 2E. RGB value is (171,85,46). Sum of RGB (Red+Green+Blue) = 171+85+46=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB552E is #54AAD1. Grayscale: #6A6A6A. Windows color (decimal): -5548754 or 3036587. OLE color: 3036587.

HSL color Cylindrical-coordinate representation of color #AB552E: hue angle of 18.72º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB552E is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 85 46 -
CMYK 0 0.50 0.73 0.33
HSL 18.72º 0.58% 0.43% -
HSV(B) 18.72º 0.73% 0.67% -
XYZ 20.54 15.35 4.47 -
YUV 106.27 93.99 174.17 -
System Red Green Blue C M Y K H S L
Decimal 171 85 46 0 0.50 0.73 0.33 18.72 0.58 0.43
Hex AB 55 2E 0 32 49 21 13 3A 2B
Octal 253 125 56 0 62 111 41 23 72 53
Binary 10101011 1010101 101110 0 110010 1001001 100001 10011 111010 101011

Color Harmonies of #AB552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB552E

Black with #AB552E

Text Example


Text Example

White with #AB552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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