Html Css Color HEX #AB2E24 Brown

📋 copy color: '#AB2E24'

red 171 ◦ green 46 ◦ blue 36

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

Shades of Brown #AB2E24

Tints of Brown #AB2E24

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.18%

 BLUE value IS 36 (14.45% from 255) = 14.23%

R = 67.59%
G = 18.18%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AB2E24 (or 0xAB2E24) is known color: Brown. HEX triplet: AB, 2E and 24. RGB value is (171,46,36). Sum of RGB (Red+Green+Blue) = 171+46+36=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2E24 is #54D1DB. Grayscale: #525252. Windows color (decimal): -5558748 or 2371243. OLE color: 2371243.

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

Color convert

RGB 171 46 36 -
CMYK 0 0.73 0.79 0.33
HSL 4.44º 0.65% 0.41% -
HSV(B) 4.44º 0.79% 0.67% -
XYZ 18.09 10.74 2.79 -
YUV 82.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 171 46 36 0 0.73 0.79 0.33 4.44 0.65 0.41
Hex AB 2E 24 0 49 4F 21 4 41 29
Octal 253 56 44 0 111 117 41 4 101 51
Binary 10101011 101110 100100 0 1001001 1001111 100001 100 1000001 101001

Color Harmonies of #AB2E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2E24

Black with #AB2E24

Text Example


Text Example

White with #AB2E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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