Html Css Color HEX #AC3020 Brown

📋 copy color: '#AC3020'

red 172 ◦ green 48 ◦ blue 32

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

Shades of Brown #AC3020

Tints of Brown #AC3020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.7%

R = 68.25%
G = 19.05%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC3020 (or 0xAC3020) is known color: Brown. HEX triplet: AC, 30 and 20. RGB value is (172,48,32). Sum of RGB (Red+Green+Blue) = 172+48+32=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3020 is #53CFDF. Grayscale: #535353. Windows color (decimal): -5492704 or 2109612. OLE color: 2109612.

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

Color convert

RGB 172 48 32 -
CMYK 0 0.72 0.81 0.33
HSL 6.86º 0.69% 0.4% -
HSV(B) 6.86º 0.81% 0.67% -
XYZ 18.33 10.99 2.52 -
YUV 83.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 172 48 32 0 0.72 0.81 0.33 6.86 0.69 0.4
Hex AC 30 20 0 48 51 21 7 45 28
Octal 254 60 40 0 110 121 41 7 105 50
Binary 10101100 110000 100000 0 1001000 1010001 100001 111 1000101 101000

Color Harmonies of #AC3020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3020

Black with #AC3020

Text Example


Text Example

White with #AC3020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3020; }

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

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

background-color css

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

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

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

border-color css

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

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

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