#AD0A45

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

Shades of Jazzberry Jam #AD0A45

Tints of Jazzberry Jam #AD0A45

Color information

#AD0A45 (or 0xAD0A45) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 0A and 45. RGB value is (173,10,69). Sum of RGB (Red+Green+Blue) = 173+10+69=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A45 is #52F5BA. Grayscale: #414141. Windows color (decimal): -5436859 or 4524717. OLE color: 4524717.

HSL color Cylindrical-coordinate representation of color #AD0A45: hue angle of 338.28º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A45 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB1731069-
CMYK00.940.600.32
HSL338.28º89.07%35.88%-
HSV(B)338.28º94.22%67.84%-
XYZ18.429.536.5-
YUV65.46130204.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.65%
GREEN value IS 10 (4.30% from 255) = 3.97%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=68.65%
G=3.97%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173106900.940.600.32338.2889.0735.88
HexADA4505E3C201525924
Octal255121050136744052213144
Binary1010110110101000101010111101111001000001010100101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD0A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD0A45; }

 p { color: rgb(173,10,69); }

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

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

 a { background-color: rgb(173,10,69); }

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

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

 span { border-color: rgb(173,10,69); }

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