Html Css Color HEX #AC2F1F Brown

📋 copy color: '#AC2F1F'

red 172 ◦ green 47 ◦ blue 31

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

Shades of Brown #AC2F1F

Tints of Brown #AC2F1F

RGB

 RED value IS 172 (67.58% from 255) = 68.8%

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

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 68.8%
G = 18.8%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC2F1F (or 0xAC2F1F) is known color: Brown. HEX triplet: AC, 2F and 1F. RGB value is (172,47,31). Sum of RGB (Red+Green+Blue) = 172+47+31=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 47 (18.75% from 255 or 18.8% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2F1F is #53D0E0. Grayscale: #525252. Windows color (decimal): -5492961 or 2043820. OLE color: 2043820.

HSL color Cylindrical-coordinate representation of color #AC2F1F: hue angle of 6.81º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC2F1F is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 47 31 -
CMYK 0 0.73 0.82 0.33
HSL 6.81º 0.69% 0.4% -
HSV(B) 6.81º 0.82% 0.67% -
XYZ 18.28 10.9 2.44 -
YUV 82.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 172 47 31 0 0.73 0.82 0.33 6.81 0.69 0.4
Hex AC 2F 1F 0 49 52 21 7 45 28
Octal 254 57 37 0 111 122 41 7 105 50
Binary 10101100 101111 11111 0 1001001 1010010 100001 111 1000101 101000

Color Harmonies of #AC2F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F1F

Black with #AC2F1F

Text Example


Text Example

White with #AC2F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F1F; }

 p { color: rgb(172,47,31); }

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

background-color css

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

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

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

border-color css

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

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

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