Html Css Color HEX #AC302E Brown

📋 copy color: '#AC302E'

red 172 ◦ green 48 ◦ blue 46

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

Shades of Brown #AC302E

Tints of Brown #AC302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.29%

R = 64.66%
G = 18.05%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC302E (or 0xAC302E) is known color: Brown. HEX triplet: AC, 30 and 2E. RGB value is (172,48,46). Sum of RGB (Red+Green+Blue) = 172+48+46=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC302E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC302E is #53CFD1. Grayscale: #545454. Windows color (decimal): -5492690 or 3027116. OLE color: 3027116.

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

Color convert

RGB 172 48 46 -
CMYK 0 0.72 0.73 0.33
HSL 0.95º 0.58% 0.43% -
HSV(B) 0.95º 0.73% 0.67% -
XYZ 18.56 11.08 3.75 -
YUV 84.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 172 48 46 0 0.72 0.73 0.33 0.95 0.58 0.43
Hex AC 30 2E 0 48 49 21 1 3A 2B
Octal 254 60 56 0 110 111 41 1 72 53
Binary 10101100 110000 101110 0 1001000 1001001 100001 1 111010 101011

Color Harmonies of #AC302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC302E

Black with #AC302E

Text Example


Text Example

White with #AC302E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC302E; }

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

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

background-color css

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

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

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

border-color css

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

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

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