Html Css Color HEX #AB332A Brown

📋 copy color: '#AB332A'

red 171 ◦ green 51 ◦ blue 42

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

Shades of Brown #AB332A

Tints of Brown #AB332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 64.77%
G = 19.32%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB332A (or 0xAB332A) is known color: Brown. HEX triplet: AB, 33 and 2A. RGB value is (171,51,42). Sum of RGB (Red+Green+Blue) = 171+51+42=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB332A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB332A is #54CCD5. Grayscale: #565656. Windows color (decimal): -5557462 or 2765739. OLE color: 2765739.

HSL color Cylindrical-coordinate representation of color #AB332A: hue angle of 4.19º degrees, saturation: 0.61, 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 #AB332A is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 42 -
CMYK 0 0.70 0.75 0.33
HSL 4.19º 0.61% 0.42% -
HSV(B) 4.19º 0.75% 0.67% -
XYZ 18.4 11.19 3.38 -
YUV 85.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 171 51 42 0 0.70 0.75 0.33 4.19 0.61 0.42
Hex AB 33 2A 0 46 4B 21 4 3D 2A
Octal 253 63 52 0 106 113 41 4 75 52
Binary 10101011 110011 101010 0 1000110 1001011 100001 100 111101 101010

Color Harmonies of #AB332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB332A

Black with #AB332A

Text Example


Text Example

White with #AB332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB332A; }

 p { color: rgb(171,51,42); }

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

background-color css

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

 a { background-color: rgb(171,51,42); }

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

border-color css

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

 span { border-color: rgb(171,51,42); }

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