#AD084B

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

Shades of Jazzberry Jam #AD084B

Tints of Jazzberry Jam #AD084B

Color information

#AD084B (or 0xAD084B) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 08 and 4B. RGB value is (173,8,75). Sum of RGB (Red+Green+Blue) = 173+8+75=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD084B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD084B is #52F7B4. Grayscale: #404040. Windows color (decimal): -5437365 or 4917421. OLE color: 4917421.

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

Color convert

RGB173875-
CMYK00.950.570.32
HSL335.64º91.16%35.49%-
HSV(B)335.64º95.38%67.84%-
XYZ18.599.577.52-
YUV64.97133.66205.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.58%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=67.58%
G=3.12%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17387500.950.570.32335.6491.1635.49
HexAD84B05F39201505b23
Octal255101130137714052013343
Binary1010110110001001011010111111110011000001010100001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD084B; }

 p { color: rgb(173,8,75); }

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

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

 a { background-color: rgb(173,8,75); }

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

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

 span { border-color: rgb(173,8,75); }

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