Html Css Color HEX #AA063D Jazzberry Jam

📋 copy color: '#AA063D'

red 170 ◦ green 6 ◦ blue 61

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

Shades of Jazzberry Jam #AA063D

Tints of Jazzberry Jam #AA063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.74%

R = 71.73%
G = 2.53%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA063D (or 0xAA063D) is known color: Jazzberry Jam. HEX triplet: AA, 06 and 3D. RGB value is (170,6,61). Sum of RGB (Red+Green+Blue) = 170+6+61=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA063D is #55F9C2. Grayscale: #3D3D3D. Windows color (decimal): -5634499 or 3999402. OLE color: 3999402.

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

Color convert

RGB 170 6 61 -
CMYK 0 0.96 0.64 0.33
HSL 339.88º 0.93% 0.35% -
HSV(B) 339.88º 0.96% 0.67% -
XYZ 17.48 9.01 5.23 -
YUV 61.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 170 6 61 0 0.96 0.64 0.33 339.88 0.93 0.35
Hex AA 6 3D 0 60 40 21 154 5D 23
Octal 252 6 75 0 140 100 41 524 135 43
Binary 10101010 110 111101 0 1100000 1000000 100001 101010100 1011101 100011

Color Harmonies of #AA063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA063D

Black with #AA063D

Text Example


Text Example

White with #AA063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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