Html Css Color HEX #AB552F Red Stage

📋 copy color: '#AB552F'

red 171 ◦ green 85 ◦ blue 47

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

Shades of Red Stage #AB552F

Tints of Red Stage #AB552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 56.44%
G = 28.05%
B = 15.51%

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

#AB552F (or 0xAB552F) is known color: Red Stage. HEX triplet: AB, 55 and 2F. RGB value is (171,85,47). Sum of RGB (Red+Green+Blue) = 171+85+47=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB552F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB552F is #54AAD0. Grayscale: #6A6A6A. Windows color (decimal): -5548753 or 3102123. OLE color: 3102123.

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

Color convert

RGB 171 85 47 -
CMYK 0 0.50 0.73 0.33
HSL 18.39º 0.57% 0.43% -
HSV(B) 18.39º 0.73% 0.67% -
XYZ 20.56 15.36 4.57 -
YUV 106.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 171 85 47 0 0.50 0.73 0.33 18.39 0.57 0.43
Hex AB 55 2F 0 32 49 21 12 39 2B
Octal 253 125 57 0 62 111 41 22 71 53
Binary 10101011 1010101 101111 0 110010 1001001 100001 10010 111001 101011

Color Harmonies of #AB552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB552F

Black with #AB552F

Text Example


Text Example

White with #AB552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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