#AD076A

Color #AD076A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AD076A

Tints of Jazzberry Jam #AD076A

Color information

#AD076A (or 0xAD076A) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 07 and 6A. RGB value is (173,7,106). Sum of RGB (Red+Green+Blue) = 173+7+106=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD076A is #52F895. Grayscale: #434343. Windows color (decimal): -5437590 or 6948781. OLE color: 6948781.

HSL color Cylindrical-coordinate representation of color #AD076A: hue angle of 324.22º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD076A is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB1737106-
CMYK00.960.390.32
HSL324.22º92.22%35.29%-
HSV(B)324.22º95.95%67.84%-
XYZ19.9110.0814.53-
YUV67.92149.5202.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.49%
GREEN value IS 7 (3.12% from 255) = 2.45%
BLUE value IS 106 (41.80% from 255) = 37.06%
R=60.49%
G=2.45%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173710600.960.390.32324.2292.2235.29
HexAD76A06027201445c23
Octal25571520140474050413443
Binary101011011111101010011000001001111000001010001001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD076A; }

 p { color: rgb(173,7,106); }

 H1.HeaderClassName
 {
   color: #AD076A;
 }
 .AnyTagClassName
 {
   color: #AD076A;
 }
</style>
background-color css

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

 a { background-color: rgb(173,7,106); }

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

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

 span { border-color: rgb(173,7,106); }

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