Html Css Color HEX #AA5367 Blush

📋 copy color: '#AA5367'

red 170 ◦ green 83 ◦ blue 103

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

Shades of Blush #AA5367

Tints of Blush #AA5367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.31%

 BLUE value IS 103 (40.63% from 255) = 28.93%

R = 47.75%
G = 23.31%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AA5367 (or 0xAA5367) is known color: Blush. HEX triplet: AA, 53 and 67. RGB value is (170,83,103). Sum of RGB (Red+Green+Blue) = 170+83+103=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5367 is #55AC98. Grayscale: #6F6F6F. Windows color (decimal): -5614745 or 6771626. OLE color: 6771626.

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

Color convert

RGB 170 83 103 -
CMYK 0 0.51 0.39 0.33
HSL 346.21º 0.34% 0.5% -
HSV(B) 346.21º 0.51% 0.67% -
XYZ 22.12 15.71 14.7 -
YUV 111.29 123.32 169.87 -
System Red Green Blue C M Y K H S L
Decimal 170 83 103 0 0.51 0.39 0.33 346.21 0.34 0.5
Hex AA 53 67 0 33 27 21 15A 22 32
Octal 252 123 147 0 63 47 41 532 42 62
Binary 10101010 1010011 1100111 0 110011 100111 100001 101011010 100010 110010

Color Harmonies of #AA5367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5367

Black with #AA5367

Text Example


Text Example

White with #AA5367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5367; }

 p { color: rgb(170,83,103); }

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

background-color css

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

 a { background-color: rgb(170,83,103); }

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

border-color css

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

 span { border-color: rgb(170,83,103); }

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