Html Css Color HEX #AB322B Brown

📋 copy color: '#AB322B'

red 171 ◦ green 50 ◦ blue 43

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

Shades of Brown #AB322B

Tints of Brown #AB322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 64.77%
G = 18.94%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB322B (or 0xAB322B) is known color: Brown. HEX triplet: AB, 32 and 2B. RGB value is (171,50,43). Sum of RGB (Red+Green+Blue) = 171+50+43=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB322B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB322B is #54CDD4. Grayscale: #555555. Windows color (decimal): -5557717 or 2831019. OLE color: 2831019.

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

Color convert

RGB 171 50 43 -
CMYK 0 0.71 0.75 0.33
HSL 3.28º 0.6% 0.42% -
HSV(B) 3.28º 0.75% 0.67% -
XYZ 18.37 11.11 3.46 -
YUV 85.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 171 50 43 0 0.71 0.75 0.33 3.28 0.6 0.42
Hex AB 32 2B 0 47 4B 21 3 3C 2A
Octal 253 62 53 0 107 113 41 3 74 52
Binary 10101011 110010 101011 0 1000111 1001011 100001 11 111100 101010

Color Harmonies of #AB322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB322B

Black with #AB322B

Text Example


Text Example

White with #AB322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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