Html Css Color HEX #AA154B Jazzberry Jam

📋 copy color: '#AA154B'

red 170 ◦ green 21 ◦ blue 75

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

Shades of Jazzberry Jam #AA154B

Tints of Jazzberry Jam #AA154B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 63.91%
G = 7.89%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA154B (or 0xAA154B) is known color: Jazzberry Jam. HEX triplet: AA, 15 and 4B. RGB value is (170,21,75). Sum of RGB (Red+Green+Blue) = 170+21+75=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA154B is #55EAB4. Grayscale: #474747. Windows color (decimal): -5630645 or 4920746. OLE color: 4920746.

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

Color convert

RGB 170 21 75 -
CMYK 0 0.88 0.56 0.33
HSL 338.26º 0.78% 0.37% -
HSV(B) 338.26º 0.88% 0.67% -
XYZ 18.12 9.59 7.55 -
YUV 71.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 170 21 75 0 0.88 0.56 0.33 338.26 0.78 0.37
Hex AA 15 4B 0 58 38 21 152 4E 25
Octal 252 25 113 0 130 70 41 522 116 45
Binary 10101010 10101 1001011 0 1011000 111000 100001 101010010 1001110 100101

Color Harmonies of #AA154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA154B

Black with #AA154B

Text Example


Text Example

White with #AA154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA154B; }

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

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

background-color css

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

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

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

border-color css

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

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

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