Html Css Color HEX #AB2B29 Brown

📋 copy color: '#AB2B29'

red 171 ◦ green 43 ◦ blue 41

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

Shades of Brown #AB2B29

Tints of Brown #AB2B29

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.86%

 BLUE value IS 41 (16.41% from 255) = 16.08%

R = 67.06%
G = 16.86%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB2B29 (or 0xAB2B29) is known color: Brown. HEX triplet: AB, 2B and 29. RGB value is (171,43,41). Sum of RGB (Red+Green+Blue) = 171+43+41=255 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.06% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B29 is #54D4D6. Grayscale: #515151. Windows color (decimal): -5559511 or 2698155. OLE color: 2698155.

HSL color Cylindrical-coordinate representation of color #AB2B29: hue angle of 0.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2B29 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 43 41 -
CMYK 0 0.75 0.76 0.33
HSL 0.92º 0.61% 0.42% -
HSV(B) 0.92º 0.76% 0.67% -
XYZ 18.06 10.55 3.18 -
YUV 81.04 105.41 192.16 -
System Red Green Blue C M Y K H S L
Decimal 171 43 41 0 0.75 0.76 0.33 0.92 0.61 0.42
Hex AB 2B 29 0 4B 4C 21 1 3D 2A
Octal 253 53 51 0 113 114 41 1 75 52
Binary 10101011 101011 101001 0 1001011 1001100 100001 1 111101 101010

Color Harmonies of #AB2B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B29

Black with #AB2B29

Text Example


Text Example

White with #AB2B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B29; }

 p { color: rgb(171,43,41); }

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

background-color css

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

 a { background-color: rgb(171,43,41); }

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

border-color css

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

 span { border-color: rgb(171,43,41); }

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