Html Css Color HEX #AC4C2C Rose Of Sharon

📋 copy color: '#AC4C2C'

red 172 ◦ green 76 ◦ blue 44

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

Shades of Rose Of Sharon #AC4C2C

Tints of Rose Of Sharon #AC4C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 58.9%
G = 26.03%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC4C2C (or 0xAC4C2C) is known color: Rose Of Sharon. HEX triplet: AC, 4C and 2C. RGB value is (172,76,44). Sum of RGB (Red+Green+Blue) = 172+76+44=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C2C is #53B3D3. Grayscale: #656565. Windows color (decimal): -5485524 or 2903212. OLE color: 2903212.

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

Color convert

RGB 172 76 44 -
CMYK 0 0.56 0.74 0.33
HSL 15º 0.59% 0.42% -
HSV(B) 15º 0.74% 0.67% -
XYZ 20.05 14.12 4.05 -
YUV 101.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 172 76 44 0 0.56 0.74 0.33 15 0.59 0.42
Hex AC 4C 2C 0 38 4A 21 F 3B 2A
Octal 254 114 54 0 70 112 41 17 73 52
Binary 10101100 1001100 101100 0 111000 1001010 100001 1111 111011 101010

Color Harmonies of #AC4C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C2C

Black with #AC4C2C

Text Example


Text Example

White with #AC4C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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