Html Css Color HEX #AB2F2F Brown

📋 copy color: '#AB2F2F'

red 171 ◦ green 47 ◦ blue 47

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

Shades of Brown #AB2F2F

Tints of Brown #AB2F2F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.74%

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

R = 64.53%
G = 17.74%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AB2F2F (or 0xAB2F2F) is known color: Brown. HEX triplet: AB, 2F and 2F. RGB value is (171,47,47). Sum of RGB (Red+Green+Blue) = 171+47+47=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2F2F is #54D0D0. Grayscale: #545454. Windows color (decimal): -5558481 or 3092395. OLE color: 3092395.

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

Color convert

RGB 171 47 47 -
CMYK 0 0.73 0.73 0.33
HSL 0.57% 0.43% -
HSV(B) 0.73% 0.67% -
XYZ 18.32 10.9 3.83 -
YUV 84.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 171 47 47 0 0.73 0.73 0.33 0 0.57 0.43
Hex AB 2F 2F 0 49 49 21 0 39 2B
Octal 253 57 57 0 111 111 41 0 71 53
Binary 10101011 101111 101111 0 1001001 1001001 100001 0 111001 101011

Color Harmonies of #AB2F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2F2F

Black with #AB2F2F

Text Example


Text Example

White with #AB2F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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