#AD054A

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

Shades of Jazzberry Jam #AD054A

Tints of Jazzberry Jam #AD054A

Color information

#AD054A (or 0xAD054A) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 05 and 4A. RGB value is (173,5,74). Sum of RGB (Red+Green+Blue) = 173+5+74=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD054A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD054A is #52FAB5. Grayscale: #3E3E3E. Windows color (decimal): -5438134 or 4851117. OLE color: 4851117.

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

Color convert

RGB173574-
CMYK00.970.570.32
HSL335.36º94.38%34.9%-
HSV(B)335.36º97.11%67.84%-
XYZ18.529.497.33-
YUV63.1134.16206.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.65%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=68.65%
G=1.98%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17357400.970.570.32335.3694.3834.9
HexAD54A061392014f5e23
Octal25551120141714051713643
Binary101011011011001010011000011110011000001010011111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD054A; }

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

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

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

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

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

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

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

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