Html Css Color HEX #AB2C20 Brown

📋 copy color: '#AB2C20'

red 171 ◦ green 44 ◦ blue 32

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

Shades of Brown #AB2C20

Tints of Brown #AB2C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 69.23%
G = 17.81%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB2C20 (or 0xAB2C20) is known color: Brown. HEX triplet: AB, 2C and 20. RGB value is (171,44,32). Sum of RGB (Red+Green+Blue) = 171+44+32=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C20 is #54D3DF. Grayscale: #505050. Windows color (decimal): -5559264 or 2108587. OLE color: 2108587.

HSL color Cylindrical-coordinate representation of color #AB2C20: hue angle of 5.18º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2C20 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 44 32 -
CMYK 0 0.74 0.81 0.33
HSL 5.18º 0.68% 0.4% -
HSV(B) 5.18º 0.81% 0.67% -
XYZ 17.96 10.56 2.46 -
YUV 80.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 171 44 32 0 0.74 0.81 0.33 5.18 0.68 0.4
Hex AB 2C 20 0 4A 51 21 5 44 28
Octal 253 54 40 0 112 121 41 5 104 50
Binary 10101011 101100 100000 0 1001010 1010001 100001 101 1000100 101000

Color Harmonies of #AB2C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2C20

Black with #AB2C20

Text Example


Text Example

White with #AB2C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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