Html Css Color HEX #AB3229 Brown

📋 copy color: '#AB3229'

red 171 ◦ green 50 ◦ blue 41

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

Shades of Brown #AB3229

Tints of Brown #AB3229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

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

R = 65.27%
G = 19.08%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB3229 (or 0xAB3229) is known color: Brown. HEX triplet: AB, 32 and 29. RGB value is (171,50,41). Sum of RGB (Red+Green+Blue) = 171+50+41=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3229 is #54CDD6. Grayscale: #555555. Windows color (decimal): -5557719 or 2699947. OLE color: 2699947.

HSL color Cylindrical-coordinate representation of color #AB3229: hue angle of 4.15º 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 #AB3229 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 41 -
CMYK 0 0.71 0.76 0.33
HSL 4.15º 0.61% 0.42% -
HSV(B) 4.15º 0.76% 0.67% -
XYZ 18.34 11.1 3.27 -
YUV 85.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 171 50 41 0 0.71 0.76 0.33 4.15 0.61 0.42
Hex AB 32 29 0 47 4C 21 4 3D 2A
Octal 253 62 51 0 107 114 41 4 75 52
Binary 10101011 110010 101001 0 1000111 1001100 100001 100 111101 101010

Color Harmonies of #AB3229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3229

Black with #AB3229

Text Example


Text Example

White with #AB3229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3229; }

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

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

background-color css

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

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

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

border-color css

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

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

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