Html Css Color HEX #AA492F Rose Of Sharon

📋 copy color: '#AA492F'

red 170 ◦ green 73 ◦ blue 47

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

Shades of Rose Of Sharon #AA492F

Tints of Rose Of Sharon #AA492F

RGB

 RED value IS 170 (66.8% from 255) = 58.62%

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

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

R = 58.62%
G = 25.17%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AA492F (or 0xAA492F) is known color: Rose Of Sharon. HEX triplet: AA, 49 and 2F. RGB value is (170,73,47). Sum of RGB (Red+Green+Blue) = 170+73+47=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA492F is #55B6D0. Grayscale: #636363. Windows color (decimal): -5617361 or 3099050. OLE color: 3099050.

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

Color convert

RGB 170 73 47 -
CMYK 0 0.57 0.72 0.33
HSL 12.68º 0.57% 0.43% -
HSV(B) 12.68º 0.72% 0.67% -
XYZ 19.47 13.52 4.27 -
YUV 99.04 98.64 178.61 -
System Red Green Blue C M Y K H S L
Decimal 170 73 47 0 0.57 0.72 0.33 12.68 0.57 0.43
Hex AA 49 2F 0 39 48 21 D 39 2B
Octal 252 111 57 0 71 110 41 15 71 53
Binary 10101010 1001001 101111 0 111001 1001000 100001 1101 111001 101011

Color Harmonies of #AA492F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA492F

Black with #AA492F

Text Example


Text Example

White with #AA492F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA492F; }

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

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

background-color css

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

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

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

border-color css

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

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

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