#AD074A

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

Shades of Jazzberry Jam #AD074A

Tints of Jazzberry Jam #AD074A

Color information

#AD074A (or 0xAD074A) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 07 and 4A. RGB value is (173,7,74). Sum of RGB (Red+Green+Blue) = 173+7+74=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD074A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD074A is #52F8B5. Grayscale: #404040. Windows color (decimal): -5437622 or 4851629. OLE color: 4851629.

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

Color convert

RGB173774-
CMYK00.960.570.32
HSL335.78º92.22%35.29%-
HSV(B)335.78º95.95%67.84%-
XYZ18.559.537.34-
YUV64.27133.5205.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.11%
GREEN value IS 7 (3.12% from 255) = 2.76%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=68.11%
G=2.76%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17377400.960.570.32335.7892.2235.29
HexAD74A06039201505c23
Octal25571120140714052013443
Binary101011011111001010011000001110011000001010100001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD074A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD074A; }

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

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

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

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

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

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

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

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