Html Css Color HEX #AC302B Brown

📋 copy color: '#AC302B'

red 172 ◦ green 48 ◦ blue 43

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

Shades of Brown #AC302B

Tints of Brown #AC302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 65.4%
G = 18.25%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC302B (or 0xAC302B) is known color: Brown. HEX triplet: AC, 30 and 2B. RGB value is (172,48,43). Sum of RGB (Red+Green+Blue) = 172+48+43=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC302B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC302B is #53CFD4. Grayscale: #545454. Windows color (decimal): -5492693 or 2830508. OLE color: 2830508.

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

Color convert

RGB 172 48 43 -
CMYK 0 0.72 0.75 0.33
HSL 2.33º 0.6% 0.42% -
HSV(B) 2.33º 0.75% 0.67% -
XYZ 18.51 11.06 3.44 -
YUV 84.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 172 48 43 0 0.72 0.75 0.33 2.33 0.6 0.42
Hex AC 30 2B 0 48 4B 21 2 3C 2A
Octal 254 60 53 0 110 113 41 2 74 52
Binary 10101100 110000 101011 0 1001000 1001011 100001 10 111100 101010

Color Harmonies of #AC302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC302B

Black with #AC302B

Text Example


Text Example

White with #AC302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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