#AD184E

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

Shades of Jazzberry Jam #AD184E

Tints of Jazzberry Jam #AD184E

Color information

#AD184E (or 0xAD184E) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 18 and 4E. RGB value is (173,24,78). Sum of RGB (Red+Green+Blue) = 173+24+78=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD184E is #52E7B1. Grayscale: #4A4A4A. Windows color (decimal): -5433266 or 5118125. OLE color: 5118125.

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

Color convert

RGB1732478-
CMYK00.860.550.32
HSL338.26º75.63%38.63%-
HSV(B)338.26º86.13%67.84%-
XYZ18.9410.098.16-
YUV74.71129.86198.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 62.91%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 78 (30.86% from 255) = 28.36%
R=62.91%
G=8.73%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173247800.860.550.32338.2675.6338.63
HexAD184E05637201524c27
Octal255301160126674052211447
Binary10101101110001001110010101101101111000001010100101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD184E; }

 p { color: rgb(173,24,78); }

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

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

 a { background-color: rgb(173,24,78); }

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

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

 span { border-color: rgb(173,24,78); }

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