Html Css Color HEX #AA502B Rose Of Sharon

📋 copy color: '#AA502B'

red 170 ◦ green 80 ◦ blue 43

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

Shades of Rose Of Sharon #AA502B

Tints of Rose Of Sharon #AA502B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 58.02%
G = 27.3%
B = 14.68%

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

#AA502B (or 0xAA502B) is known color: Rose Of Sharon. HEX triplet: AA, 50 and 2B. RGB value is (170,80,43). Sum of RGB (Red+Green+Blue) = 170+80+43=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA502B is #55AFD4. Grayscale: #666666. Windows color (decimal): -5615573 or 2838698. OLE color: 2838698.

HSL color Cylindrical-coordinate representation of color #AA502B: hue angle of 17.48º 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 #AA502B is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 80 43 -
CMYK 0 0.53 0.75 0.33
HSL 17.48º 0.6% 0.42% -
HSV(B) 17.48º 0.75% 0.67% -
XYZ 19.88 14.46 4.03 -
YUV 102.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 170 80 43 0 0.53 0.75 0.33 17.48 0.6 0.42
Hex AA 50 2B 0 35 4B 21 11 3C 2A
Octal 252 120 53 0 65 113 41 21 74 52
Binary 10101010 1010000 101011 0 110101 1001011 100001 10001 111100 101010

Color Harmonies of #AA502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA502B

Black with #AA502B

Text Example


Text Example

White with #AA502B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA502B; }

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

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

background-color css

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

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

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

border-color css

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

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

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