Html Css Color HEX #AA504A Apple Blossom

📋 copy color: '#AA504A'

red 170 ◦ green 80 ◦ blue 74

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

Shades of Apple Blossom #AA504A

Tints of Apple Blossom #AA504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.84%

R = 52.47%
G = 24.69%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA504A (or 0xAA504A) is known color: Apple Blossom. HEX triplet: AA, 50 and 4A. RGB value is (170,80,74). Sum of RGB (Red+Green+Blue) = 170+80+74=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA504A is #55AFB5. Grayscale: #6A6A6A. Windows color (decimal): -5615542 or 4870314. OLE color: 4870314.

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

Color convert

RGB 170 80 74 -
CMYK 0 0.53 0.56 0.33
HSL 3.75º 0.39% 0.48% -
HSV(B) 3.75º 0.56% 0.67% -
XYZ 20.68 14.78 8.24 -
YUV 106.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 170 80 74 0 0.53 0.56 0.33 3.75 0.39 0.48
Hex AA 50 4A 0 35 38 21 4 27 30
Octal 252 120 112 0 65 70 41 4 47 60
Binary 10101010 1010000 1001010 0 110101 111000 100001 100 100111 110000

Color Harmonies of #AA504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA504A

Black with #AA504A

Text Example


Text Example

White with #AA504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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