Html Css Color HEX #AC4420 Rose Of Sharon

📋 copy color: '#AC4420'

red 172 ◦ green 68 ◦ blue 32

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

Shades of Rose Of Sharon #AC4420

Tints of Rose Of Sharon #AC4420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 63.24%
G = 25%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC4420 (or 0xAC4420) is known color: Rose Of Sharon. HEX triplet: AC, 44 and 20. RGB value is (172,68,32). Sum of RGB (Red+Green+Blue) = 172+68+32=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4420 is #53BBDF. Grayscale: #5F5F5F. Windows color (decimal): -5487584 or 2114732. OLE color: 2114732.

HSL color Cylindrical-coordinate representation of color #AC4420: hue angle of 15.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC4420 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 32 -
CMYK 0 0.60 0.81 0.33
HSL 15.43º 0.69% 0.4% -
HSV(B) 15.43º 0.81% 0.67% -
XYZ 19.34 13.01 2.86 -
YUV 94.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 172 68 32 0 0.60 0.81 0.33 15.43 0.69 0.4
Hex AC 44 20 0 3C 51 21 F 45 28
Octal 254 104 40 0 74 121 41 17 105 50
Binary 10101100 1000100 100000 0 111100 1010001 100001 1111 1000101 101000

Color Harmonies of #AC4420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4420

Black with #AC4420

Text Example


Text Example

White with #AC4420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4420; }

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

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

background-color css

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

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

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

border-color css

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

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

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