Html Css Color HEX #AC302A Brown

📋 copy color: '#AC302A'

red 172 ◦ green 48 ◦ blue 42

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

Shades of Brown #AC302A

Tints of Brown #AC302A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 65.65%
G = 18.32%
B = 16.03%

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

#AC302A (or 0xAC302A) is known color: Brown. HEX triplet: AC, 30 and 2A. RGB value is (172,48,42). Sum of RGB (Red+Green+Blue) = 172+48+42=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC302A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC302A is #53CFD5. Grayscale: #545454. Windows color (decimal): -5492694 or 2764972. OLE color: 2764972.

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

Color convert

RGB 172 48 42 -
CMYK 0 0.72 0.76 0.33
HSL 2.77º 0.61% 0.42% -
HSV(B) 2.77º 0.76% 0.67% -
XYZ 18.49 11.05 3.35 -
YUV 84.39 104.08 190.49 -
System Red Green Blue C M Y K H S L
Decimal 172 48 42 0 0.72 0.76 0.33 2.77 0.61 0.42
Hex AC 30 2A 0 48 4C 21 3 3D 2A
Octal 254 60 52 0 110 114 41 3 75 52
Binary 10101100 110000 101010 0 1001000 1001100 100001 11 111101 101010

Color Harmonies of #AC302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC302A

Black with #AC302A

Text Example


Text Example

White with #AC302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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