Html Css Color HEX #AA174B Jazzberry Jam

📋 copy color: '#AA174B'

red 170 ◦ green 23 ◦ blue 75

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

Shades of Jazzberry Jam #AA174B

Tints of Jazzberry Jam #AA174B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

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

R = 63.43%
G = 8.58%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA174B (or 0xAA174B) is known color: Jazzberry Jam. HEX triplet: AA, 17 and 4B. RGB value is (170,23,75). Sum of RGB (Red+Green+Blue) = 170+23+75=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 75 (29.69% from 255 or 27.99% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA174B is #55E8B4. Grayscale: #484848. Windows color (decimal): -5630133 or 4921258. OLE color: 4921258.

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

Color convert

RGB 170 23 75 -
CMYK 0 0.86 0.56 0.33
HSL 338.78º 0.76% 0.38% -
HSV(B) 338.78º 0.86% 0.67% -
XYZ 18.15 9.67 7.57 -
YUV 72.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 170 23 75 0 0.86 0.56 0.33 338.78 0.76 0.38
Hex AA 17 4B 0 56 38 21 153 4C 26
Octal 252 27 113 0 126 70 41 523 114 46
Binary 10101010 10111 1001011 0 1010110 111000 100001 101010011 1001100 100110

Color Harmonies of #AA174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA174B

Black with #AA174B

Text Example


Text Example

White with #AA174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA174B; }

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

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

background-color css

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

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

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

border-color css

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

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

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