Html Css Color HEX #AB312E Brown

📋 copy color: '#AB312E'

red 171 ◦ green 49 ◦ blue 46

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

Shades of Brown #AB312E

Tints of Brown #AB312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

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

R = 64.29%
G = 18.42%
B = 17.29%

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

#AB312E (or 0xAB312E) is known color: Brown. HEX triplet: AB, 31 and 2E. RGB value is (171,49,46). Sum of RGB (Red+Green+Blue) = 171+49+46=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB312E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB312E is #54CED1. Grayscale: #555555. Windows color (decimal): -5557970 or 3027371. OLE color: 3027371.

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

Color convert

RGB 171 49 46 -
CMYK 0 0.71 0.73 0.33
HSL 1.44º 0.58% 0.43% -
HSV(B) 1.44º 0.73% 0.67% -
XYZ 18.39 11.05 3.75 -
YUV 85.14 105.92 189.24 -
System Red Green Blue C M Y K H S L
Decimal 171 49 46 0 0.71 0.73 0.33 1.44 0.58 0.43
Hex AB 31 2E 0 47 49 21 1 3A 2B
Octal 253 61 56 0 107 111 41 1 72 53
Binary 10101011 110001 101110 0 1000111 1001001 100001 1 111010 101011

Color Harmonies of #AB312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB312E

Black with #AB312E

Text Example


Text Example

White with #AB312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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