#AC4427

Color #AC4427 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AC4427

Tints of Rose Of Sharon #AC4427

Color information

#AC4427 (or 0xAC4427) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 44 and 27. RGB value is (172,68,39). Sum of RGB (Red+Green+Blue) = 172+68+39=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4427 is #53BBD8. Grayscale: #606060. Windows color (decimal): -5487577 or 2573484. OLE color: 2573484.

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

Color convert

RGB1726839-
CMYK00.600.770.33
HSL13.08º63.03%41.37%-
HSV(B)13.08º77.33%67.45%-
XYZ19.4513.053.41-
YUV95.7995.96182.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 39 (15.62% from 255) = 13.98%
R=61.65%
G=24.37%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172683900.600.770.3313.0863.0341.37
HexAC442703C4D21d3f29
Octal2541044707411541157751
Binary101011001000100100111011110010011011000011101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4427; }

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

 H1.HeaderClassName
 {
   color: #AC4427;
 }
 .AnyTagClassName
 {
   color: #AC4427;
 }
</style>
background-color css

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

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

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

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

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

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