Html Css Color HEX #AB332B Brown

📋 copy color: '#AB332B'

red 171 ◦ green 51 ◦ blue 43

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

Shades of Brown #AB332B

Tints of Brown #AB332B

RGB

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

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

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

R = 64.53%
G = 19.25%
B = 16.23%

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

#AB332B (or 0xAB332B) is known color: Brown. HEX triplet: AB, 33 and 2B. RGB value is (171,51,43). Sum of RGB (Red+Green+Blue) = 171+51+43=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB332B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB332B is #54CCD4. Grayscale: #565656. Windows color (decimal): -5557461 or 2831275. OLE color: 2831275.

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

Color convert

RGB 171 51 43 -
CMYK 0 0.70 0.75 0.33
HSL 3.75º 0.6% 0.42% -
HSV(B) 3.75º 0.75% 0.67% -
XYZ 18.41 11.2 3.48 -
YUV 85.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 171 51 43 0 0.70 0.75 0.33 3.75 0.6 0.42
Hex AB 33 2B 0 46 4B 21 4 3C 2A
Octal 253 63 53 0 106 113 41 4 74 52
Binary 10101011 110011 101011 0 1000110 1001011 100001 100 111100 101010

Color Harmonies of #AB332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB332B

Black with #AB332B

Text Example


Text Example

White with #AB332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB332B; }

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

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

background-color css

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

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

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

border-color css

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

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

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