Html Css Color HEX #AA254B Lipstick

📋 copy color: '#AA254B'

red 170 ◦ green 37 ◦ blue 75

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

Shades of Lipstick #AA254B

Tints of Lipstick #AA254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

 BLUE value IS 75 (29.69% from 255) = 26.6%

R = 60.28%
G = 13.12%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA254B (or 0xAA254B) is known color: Lipstick. HEX triplet: AA, 25 and 4B. RGB value is (170,37,75). Sum of RGB (Red+Green+Blue) = 170+37+75=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA254B is #55DAB4. Grayscale: #515151. Windows color (decimal): -5626549 or 4924842. OLE color: 4924842.

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

Color convert

RGB 170 37 75 -
CMYK 0 0.78 0.56 0.33
HSL 342.86º 0.64% 0.41% -
HSV(B) 342.86º 0.78% 0.67% -
XYZ 18.51 10.38 7.68 -
YUV 81.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 170 37 75 0 0.78 0.56 0.33 342.86 0.64 0.41
Hex AA 25 4B 0 4E 38 21 157 40 29
Octal 252 45 113 0 116 70 41 527 100 51
Binary 10101010 100101 1001011 0 1001110 111000 100001 101010111 1000000 101001

Color Harmonies of #AA254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA254B

Black with #AA254B

Text Example


Text Example

White with #AA254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA254B; }

 p { color: rgb(170,37,75); }

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

background-color css

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

 a { background-color: rgb(170,37,75); }

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

border-color css

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

 span { border-color: rgb(170,37,75); }

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