Html Css Color HEX #AC3332 Brown

📋 copy color: '#AC3332'

red 172 ◦ green 51 ◦ blue 50

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

Shades of Brown #AC3332

Tints of Brown #AC3332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

 BLUE value IS 50 (19.92% from 255) = 18.32%

R = 63%
G = 18.68%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC3332 (or 0xAC3332) is known color: Brown. HEX triplet: AC, 33 and 32. RGB value is (172,51,50). Sum of RGB (Red+Green+Blue) = 172+51+50=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3332 is #53CCCD. Grayscale: #575757. Windows color (decimal): -5491918 or 3290028. OLE color: 3290028.

HSL color Cylindrical-coordinate representation of color #AC3332: hue angle of 0.49º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3332 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 51 50 -
CMYK 0 0.70 0.71 0.33
HSL 0.49º 0.55% 0.44% -
HSV(B) 0.49º 0.71% 0.67% -
XYZ 18.77 11.37 4.22 -
YUV 87.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 172 51 50 0 0.70 0.71 0.33 0.49 0.55 0.44
Hex AC 33 32 0 46 47 21 0 37 2C
Octal 254 63 62 0 106 107 41 0 67 54
Binary 10101100 110011 110010 0 1000110 1000111 100001 0 110111 101100

Color Harmonies of #AC3332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3332

Black with #AC3332

Text Example


Text Example

White with #AC3332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3332; }

 p { color: rgb(172,51,50); }

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

background-color css

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

 a { background-color: rgb(172,51,50); }

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

border-color css

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

 span { border-color: rgb(172,51,50); }

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