Html Css Color HEX #AC492F Rose Of Sharon

📋 copy color: '#AC492F'

red 172 ◦ green 73 ◦ blue 47

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

Shades of Rose Of Sharon #AC492F

Tints of Rose Of Sharon #AC492F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25%

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 58.9%
G = 25%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC492F (or 0xAC492F) is known color: Rose Of Sharon. HEX triplet: AC, 49 and 2F. RGB value is (172,73,47). Sum of RGB (Red+Green+Blue) = 172+73+47=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC492F is #53B6D0. Grayscale: #636363. Windows color (decimal): -5486289 or 3099052. OLE color: 3099052.

HSL color Cylindrical-coordinate representation of color #AC492F: hue angle of 12.48º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC492F is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 47 -
CMYK 0 0.58 0.73 0.33
HSL 12.48º 0.57% 0.43% -
HSV(B) 12.48º 0.73% 0.67% -
XYZ 19.91 13.74 4.29 -
YUV 99.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 172 73 47 0 0.58 0.73 0.33 12.48 0.57 0.43
Hex AC 49 2F 0 3A 49 21 C 39 2B
Octal 254 111 57 0 72 111 41 14 71 53
Binary 10101100 1001001 101111 0 111010 1001001 100001 1100 111001 101011

Color Harmonies of #AC492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC492F

Black with #AC492F

Text Example


Text Example

White with #AC492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC492F; }

 p { color: rgb(172,73,47); }

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

background-color css

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

 a { background-color: rgb(172,73,47); }

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

border-color css

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

 span { border-color: rgb(172,73,47); }

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