Html Css Color HEX #AC3029 Brown

📋 copy color: '#AC3029'

red 172 ◦ green 48 ◦ blue 41

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

Shades of Brown #AC3029

Tints of Brown #AC3029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

 BLUE value IS 41 (16.41% from 255) = 15.71%

R = 65.9%
G = 18.39%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC3029 (or 0xAC3029) is known color: Brown. HEX triplet: AC, 30 and 29. RGB value is (172,48,41). Sum of RGB (Red+Green+Blue) = 172+48+41=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3029 is #53CFD6. Grayscale: #545454. Windows color (decimal): -5492695 or 2699436. OLE color: 2699436.

HSL color Cylindrical-coordinate representation of color #AC3029: hue angle of 3.21º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC3029 is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 41 -
CMYK 0 0.72 0.76 0.33
HSL 3.21º 0.62% 0.42% -
HSV(B) 3.21º 0.76% 0.67% -
XYZ 18.47 11.04 3.26 -
YUV 84.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 172 48 41 0 0.72 0.76 0.33 3.21 0.62 0.42
Hex AC 30 29 0 48 4C 21 3 3E 2A
Octal 254 60 51 0 110 114 41 3 76 52
Binary 10101100 110000 101001 0 1001000 1001100 100001 11 111110 101010

Color Harmonies of #AC3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3029

Black with #AC3029

Text Example


Text Example

White with #AC3029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3029; }

 p { color: rgb(172,48,41); }

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

background-color css

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

 a { background-color: rgb(172,48,41); }

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

border-color css

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

 span { border-color: rgb(172,48,41); }

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