Html Css Color HEX #AB322F Brown

📋 copy color: '#AB322F'

red 171 ◦ green 50 ◦ blue 47

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

Shades of Brown #AB322F

Tints of Brown #AB322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 63.81%
G = 18.66%
B = 17.54%

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

#AB322F (or 0xAB322F) is known color: Brown. HEX triplet: AB, 32 and 2F. RGB value is (171,50,47). Sum of RGB (Red+Green+Blue) = 171+50+47=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB322F is #54CDD0. Grayscale: #555555. Windows color (decimal): -5557713 or 3093163. OLE color: 3093163.

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

Color convert

RGB 171 50 47 -
CMYK 0 0.71 0.73 0.33
HSL 1.45º 0.57% 0.43% -
HSV(B) 1.45º 0.73% 0.67% -
XYZ 18.45 11.14 3.87 -
YUV 85.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 171 50 47 0 0.71 0.73 0.33 1.45 0.57 0.43
Hex AB 32 2F 0 47 49 21 1 39 2B
Octal 253 62 57 0 107 111 41 1 71 53
Binary 10101011 110010 101111 0 1000111 1001001 100001 1 111001 101011

Color Harmonies of #AB322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB322F

Black with #AB322F

Text Example


Text Example

White with #AB322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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