Html Css Color HEX #AB322D Brown

📋 copy color: '#AB322D'

red 171 ◦ green 50 ◦ blue 45

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

Shades of Brown #AB322D

Tints of Brown #AB322D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 64.29%
G = 18.8%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB322D (or 0xAB322D) is known color: Brown. HEX triplet: AB, 32 and 2D. RGB value is (171,50,45). Sum of RGB (Red+Green+Blue) = 171+50+45=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB322D is #54CDD2. Grayscale: #555555. Windows color (decimal): -5557715 or 2962091. OLE color: 2962091.

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

Color convert

RGB 171 50 45 -
CMYK 0 0.71 0.74 0.33
HSL 2.38º 0.58% 0.42% -
HSV(B) 2.38º 0.74% 0.67% -
XYZ 18.41 11.13 3.66 -
YUV 85.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 171 50 45 0 0.71 0.74 0.33 2.38 0.58 0.42
Hex AB 32 2D 0 47 4A 21 2 3A 2A
Octal 253 62 55 0 107 112 41 2 72 52
Binary 10101011 110010 101101 0 1000111 1001010 100001 10 111010 101010

Color Harmonies of #AB322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB322D

Black with #AB322D

Text Example


Text Example

White with #AB322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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