Html Css Color HEX #AC2A23 Brown

📋 copy color: '#AC2A23'

red 172 ◦ green 42 ◦ blue 35

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

Shades of Brown #AC2A23

Tints of Brown #AC2A23

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 69.08%
G = 16.87%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC2A23 (or 0xAC2A23) is known color: Brown. HEX triplet: AC, 2A and 23. RGB value is (172,42,35). Sum of RGB (Red+Green+Blue) = 172+42+35=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2A23 is #53D5DC. Grayscale: #505050. Windows color (decimal): -5494237 or 2304684. OLE color: 2304684.

HSL color Cylindrical-coordinate representation of color #AC2A23: hue angle of 3.07º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC2A23 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 42 35 -
CMYK 0 0.76 0.80 0.33
HSL 3.07º 0.66% 0.41% -
HSV(B) 3.07º 0.8% 0.67% -
XYZ 18.14 10.55 2.67 -
YUV 80.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 172 42 35 0 0.76 0.80 0.33 3.07 0.66 0.41
Hex AC 2A 23 0 4C 50 21 3 42 29
Octal 254 52 43 0 114 120 41 3 102 51
Binary 10101100 101010 100011 0 1001100 1010000 100001 11 1000010 101001

Color Harmonies of #AC2A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2A23

Black with #AC2A23

Text Example


Text Example

White with #AC2A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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