Html Css Color HEX #AA506B Blush

📋 copy color: '#AA506B'

red 170 ◦ green 80 ◦ blue 107

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

Shades of Blush #AA506B

Tints of Blush #AA506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 47.62%
G = 22.41%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA506B (or 0xAA506B) is known color: Blush. HEX triplet: AA, 50 and 6B. RGB value is (170,80,107). Sum of RGB (Red+Green+Blue) = 170+80+107=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA506B is #55AF94. Grayscale: #6D6D6D. Windows color (decimal): -5615509 or 7033002. OLE color: 7033002.

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

Color convert

RGB 170 80 107 -
CMYK 0 0.53 0.37 0.33
HSL 342º 0.36% 0.49% -
HSV(B) 342º 0.53% 0.67% -
XYZ 22.1 15.34 15.71 -
YUV 109.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 170 80 107 0 0.53 0.37 0.33 342 0.36 0.49
Hex AA 50 6B 0 35 25 21 156 24 31
Octal 252 120 153 0 65 45 41 526 44 61
Binary 10101010 1010000 1101011 0 110101 100101 100001 101010110 100100 110001

Color Harmonies of #AA506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA506B

Black with #AA506B

Text Example


Text Example

White with #AA506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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