Html Css Color HEX #AC302F Brown

📋 copy color: '#AC302F'

red 172 ◦ green 48 ◦ blue 47

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

Shades of Brown #AC302F

Tints of Brown #AC302F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 64.42%
G = 17.98%
B = 17.6%

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

#AC302F (or 0xAC302F) is known color: Brown. HEX triplet: AC, 30 and 2F. RGB value is (172,48,47). Sum of RGB (Red+Green+Blue) = 172+48+47=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC302F is #53CFD0. Grayscale: #555555. Windows color (decimal): -5492689 or 3092652. OLE color: 3092652.

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

Color convert

RGB 172 48 47 -
CMYK 0 0.72 0.73 0.33
HSL 0.48º 0.57% 0.43% -
HSV(B) 0.48º 0.73% 0.67% -
XYZ 18.58 11.09 3.85 -
YUV 84.96 106.58 190.08 -
System Red Green Blue C M Y K H S L
Decimal 172 48 47 0 0.72 0.73 0.33 0.48 0.57 0.43
Hex AC 30 2F 0 48 49 21 0 39 2B
Octal 254 60 57 0 110 111 41 0 71 53
Binary 10101100 110000 101111 0 1001000 1001001 100001 0 111001 101011

Color Harmonies of #AC302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC302F

Black with #AC302F

Text Example


Text Example

White with #AC302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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