Html Css Color HEX #AC4C28 Rose Of Sharon

📋 copy color: '#AC4C28'

red 172 ◦ green 76 ◦ blue 40

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

Shades of Rose Of Sharon #AC4C28

Tints of Rose Of Sharon #AC4C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 59.72%
G = 26.39%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC4C28 (or 0xAC4C28) is known color: Rose Of Sharon. HEX triplet: AC, 4C and 28. RGB value is (172,76,40). Sum of RGB (Red+Green+Blue) = 172+76+40=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C28 is #53B3D7. Grayscale: #646464. Windows color (decimal): -5485528 or 2641068. OLE color: 2641068.

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

Color convert

RGB 172 76 40 -
CMYK 0 0.56 0.77 0.33
HSL 16.36º 0.62% 0.42% -
HSV(B) 16.36º 0.77% 0.67% -
XYZ 19.98 14.09 3.67 -
YUV 100.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 172 76 40 0 0.56 0.77 0.33 16.36 0.62 0.42
Hex AC 4C 28 0 38 4D 21 10 3E 2A
Octal 254 114 50 0 70 115 41 20 76 52
Binary 10101100 1001100 101000 0 111000 1001101 100001 10000 111110 101010

Color Harmonies of #AC4C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C28

Black with #AC4C28

Text Example


Text Example

White with #AC4C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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