Html Css Color HEX #AB322E Brown

📋 copy color: '#AB322E'

red 171 ◦ green 50 ◦ blue 46

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

Shades of Brown #AB322E

Tints of Brown #AB322E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.23%

R = 64.04%
G = 18.73%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB322E (or 0xAB322E) is known color: Brown. HEX triplet: AB, 32 and 2E. RGB value is (171,50,46). Sum of RGB (Red+Green+Blue) = 171+50+46=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB322E is #54CDD1. Grayscale: #555555. Windows color (decimal): -5557714 or 3027627. OLE color: 3027627.

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

Color convert

RGB 171 50 46 -
CMYK 0 0.71 0.73 0.33
HSL 1.92º 0.58% 0.43% -
HSV(B) 1.92º 0.73% 0.67% -
XYZ 18.43 11.14 3.76 -
YUV 85.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 171 50 46 0 0.71 0.73 0.33 1.92 0.58 0.43
Hex AB 32 2E 0 47 49 21 2 3A 2B
Octal 253 62 56 0 107 111 41 2 72 53
Binary 10101011 110010 101110 0 1000111 1001001 100001 10 111010 101011

Color Harmonies of #AB322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB322E

Black with #AB322E

Text Example


Text Example

White with #AB322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB322E; }

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

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

background-color css

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

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

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

border-color css

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

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

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