Html Css Color HEX #AA4A2E Rose Of Sharon

📋 copy color: '#AA4A2E'

red 170 ◦ green 74 ◦ blue 46

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

Shades of Rose Of Sharon #AA4A2E

Tints of Rose Of Sharon #AA4A2E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.52%

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 58.62%
G = 25.52%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AA4A2E (or 0xAA4A2E) is known color: Rose Of Sharon. HEX triplet: AA, 4A and 2E. RGB value is (170,74,46). Sum of RGB (Red+Green+Blue) = 170+74+46=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A2E is #55B5D1. Grayscale: #636363. Windows color (decimal): -5617106 or 3033770. OLE color: 3033770.

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

Color convert

RGB 170 74 46 -
CMYK 0 0.56 0.73 0.33
HSL 13.55º 0.57% 0.42% -
HSV(B) 13.55º 0.73% 0.67% -
XYZ 19.52 13.64 4.19 -
YUV 99.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 170 74 46 0 0.56 0.73 0.33 13.55 0.57 0.42
Hex AA 4A 2E 0 38 49 21 E 39 2A
Octal 252 112 56 0 70 111 41 16 71 52
Binary 10101010 1001010 101110 0 111000 1001001 100001 1110 111001 101010

Color Harmonies of #AA4A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A2E

Black with #AA4A2E

Text Example


Text Example

White with #AA4A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A2E; }

 p { color: rgb(170,74,46); }

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

background-color css

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

 a { background-color: rgb(170,74,46); }

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

border-color css

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

 span { border-color: rgb(170,74,46); }

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