Html Css Color HEX #AA065B Jazzberry Jam

📋 copy color: '#AA065B'

red 170 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #AA065B

Tints of Jazzberry Jam #AA065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 63.67%
G = 2.25%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA065B (or 0xAA065B) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 5B. RGB value is (170,6,91). Sum of RGB (Red+Green+Blue) = 170+6+91=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA065B is #55F9A4. Grayscale: #404040. Windows color (decimal): -5634469 or 5965482. OLE color: 5965482.

HSL color Cylindrical-coordinate representation of color #AA065B: hue angle of 328.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA065B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 91 -
CMYK 0 0.96 0.46 0.33
HSL 328.9º 0.93% 0.35% -
HSV(B) 328.9º 0.96% 0.67% -
XYZ 18.53 9.43 10.74 -
YUV 64.73 142.83 203.09 -
System Red Green Blue C M Y K H S L
Decimal 170 6 91 0 0.96 0.46 0.33 328.9 0.93 0.35
Hex AA 6 5B 0 60 2E 21 149 5D 23
Octal 252 6 133 0 140 56 41 511 135 43
Binary 10101010 110 1011011 0 1100000 101110 100001 101001001 1011101 100011

Color Harmonies of #AA065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA065B

Black with #AA065B

Text Example


Text Example

White with #AA065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA065B; }

 p { color: rgb(170,6,91); }

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

background-color css

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

 a { background-color: rgb(170,6,91); }

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

border-color css

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

 span { border-color: rgb(170,6,91); }

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