Html Css Color HEX #AA502A Rose Of Sharon

📋 copy color: '#AA502A'

red 170 ◦ green 80 ◦ blue 42

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

Shades of Rose Of Sharon #AA502A

Tints of Rose Of Sharon #AA502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 58.22%
G = 27.4%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AA502A (or 0xAA502A) is known color: Rose Of Sharon. HEX triplet: AA, 50 and 2A. RGB value is (170,80,42). Sum of RGB (Red+Green+Blue) = 170+80+42=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA502A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA502A is #55AFD5. Grayscale: #666666. Windows color (decimal): -5615574 or 2773162. OLE color: 2773162.

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

Color convert

RGB 170 80 42 -
CMYK 0 0.53 0.75 0.33
HSL 17.81º 0.6% 0.42% -
HSV(B) 17.81º 0.75% 0.67% -
XYZ 19.86 14.45 3.93 -
YUV 102.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 170 80 42 0 0.53 0.75 0.33 17.81 0.6 0.42
Hex AA 50 2A 0 35 4B 21 12 3C 2A
Octal 252 120 52 0 65 113 41 22 74 52
Binary 10101010 1010000 101010 0 110101 1001011 100001 10010 111100 101010

Color Harmonies of #AA502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA502A

Black with #AA502A

Text Example


Text Example

White with #AA502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA502A; }

 p { color: rgb(170,80,42); }

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

background-color css

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

 a { background-color: rgb(170,80,42); }

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

border-color css

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

 span { border-color: rgb(170,80,42); }

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