Html Css Color HEX #AC4C32 Rose Of Sharon

📋 copy color: '#AC4C32'

red 172 ◦ green 76 ◦ blue 50

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

Shades of Rose Of Sharon #AC4C32

Tints of Rose Of Sharon #AC4C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

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

R = 57.72%
G = 25.5%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC4C32 (or 0xAC4C32) is known color: Rose Of Sharon. HEX triplet: AC, 4C and 32. RGB value is (172,76,50). Sum of RGB (Red+Green+Blue) = 172+76+50=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C32 is #53B3CD. Grayscale: #656565. Windows color (decimal): -5485518 or 3296428. OLE color: 3296428.

HSL color Cylindrical-coordinate representation of color #AC4C32: hue angle of 12.79º 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 #AC4C32 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 76 50 -
CMYK 0 0.56 0.71 0.33
HSL 12.79º 0.55% 0.44% -
HSV(B) 12.79º 0.71% 0.67% -
XYZ 20.17 14.17 4.69 -
YUV 101.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 172 76 50 0 0.56 0.71 0.33 12.79 0.55 0.44
Hex AC 4C 32 0 38 47 21 D 37 2C
Octal 254 114 62 0 70 107 41 15 67 54
Binary 10101100 1001100 110010 0 111000 1000111 100001 1101 110111 101100

Color Harmonies of #AC4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C32

Black with #AC4C32

Text Example


Text Example

White with #AC4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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