Html Css Color HEX #AA0640 Jazzberry Jam

📋 copy color: '#AA0640'

red 170 ◦ green 6 ◦ blue 64

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

Shades of Jazzberry Jam #AA0640

Tints of Jazzberry Jam #AA0640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 70.83%
G = 2.5%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA0640 (or 0xAA0640) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 40. RGB value is (170,6,64). Sum of RGB (Red+Green+Blue) = 170+6+64=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0640 is #55F9BF. Grayscale: #3D3D3D. Windows color (decimal): -5634496 or 4196010. OLE color: 4196010.

HSL color Cylindrical-coordinate representation of color #AA0640: hue angle of 338.78º 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 #AA0640 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 6 64 -
CMYK 0 0.96 0.62 0.33
HSL 338.78º 0.93% 0.35% -
HSV(B) 338.78º 0.96% 0.67% -
XYZ 17.57 9.05 5.67 -
YUV 61.65 129.33 205.28 -
System Red Green Blue C M Y K H S L
Decimal 170 6 64 0 0.96 0.62 0.33 338.78 0.93 0.35
Hex AA 6 40 0 60 3E 21 153 5D 23
Octal 252 6 100 0 140 76 41 523 135 43
Binary 10101010 110 1000000 0 1100000 111110 100001 101010011 1011101 100011

Color Harmonies of #AA0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0640

Black with #AA0640

Text Example


Text Example

White with #AA0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0640; }

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

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

background-color css

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

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

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

border-color css

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

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

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