Html Css Color HEX #AC3028 Brown

📋 copy color: '#AC3028'

red 172 ◦ green 48 ◦ blue 40

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

Shades of Brown #AC3028

Tints of Brown #AC3028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.38%

R = 66.15%
G = 18.46%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC3028 (or 0xAC3028) is known color: Brown. HEX triplet: AC, 30 and 28. RGB value is (172,48,40). Sum of RGB (Red+Green+Blue) = 172+48+40=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3028 is #53CFD7. Grayscale: #545454. Windows color (decimal): -5492696 or 2633900. OLE color: 2633900.

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

Color convert

RGB 172 48 40 -
CMYK 0 0.72 0.77 0.33
HSL 3.64º 0.62% 0.42% -
HSV(B) 3.64º 0.77% 0.67% -
XYZ 18.45 11.04 3.17 -
YUV 84.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 172 48 40 0 0.72 0.77 0.33 3.64 0.62 0.42
Hex AC 30 28 0 48 4D 21 4 3E 2A
Octal 254 60 50 0 110 115 41 4 76 52
Binary 10101100 110000 101000 0 1001000 1001101 100001 100 111110 101010

Color Harmonies of #AC3028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3028

Black with #AC3028

Text Example


Text Example

White with #AC3028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3028; }

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

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

background-color css

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

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

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

border-color css

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

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

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