Html Css Color HEX #AC4C27 Rose Of Sharon

📋 copy color: '#AC4C27'

red 172 ◦ green 76 ◦ blue 39

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

Shades of Rose Of Sharon #AC4C27

Tints of Rose Of Sharon #AC4C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.59%

R = 59.93%
G = 26.48%
B = 13.59%

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

#AC4C27 (or 0xAC4C27) is known color: Rose Of Sharon. HEX triplet: AC, 4C and 27. RGB value is (172,76,39). Sum of RGB (Red+Green+Blue) = 172+76+39=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C27 is #53B3D8. Grayscale: #646464. Windows color (decimal): -5485529 or 2575532. OLE color: 2575532.

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

Color convert

RGB 172 76 39 -
CMYK 0 0.56 0.77 0.33
HSL 16.69º 0.63% 0.41% -
HSV(B) 16.69º 0.77% 0.67% -
XYZ 19.96 14.09 3.59 -
YUV 100.49 93.3 179.01 -
System Red Green Blue C M Y K H S L
Decimal 172 76 39 0 0.56 0.77 0.33 16.69 0.63 0.41
Hex AC 4C 27 0 38 4D 21 11 3F 29
Octal 254 114 47 0 70 115 41 21 77 51
Binary 10101100 1001100 100111 0 111000 1001101 100001 10001 111111 101001

Color Harmonies of #AC4C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C27

Black with #AC4C27

Text Example


Text Example

White with #AC4C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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