#AD074B

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

Shades of Jazzberry Jam #AD074B

Tints of Jazzberry Jam #AD074B

Color information

#AD074B (or 0xAD074B) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 07 and 4B. RGB value is (173,7,75). Sum of RGB (Red+Green+Blue) = 173+7+75=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD074B is #52F8B4. Grayscale: #404040. Windows color (decimal): -5437621 or 4917165. OLE color: 4917165.

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

Color convert

RGB173775-
CMYK00.960.570.32
HSL335.42º92.22%35.29%-
HSV(B)335.42º95.95%67.84%-
XYZ18.589.547.52-
YUV64.39134205.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 67.84%
GREEN value IS 7 (3.12% from 255) = 2.75%
BLUE value IS 75 (29.69% from 255) = 29.41%
R=67.84%
G=2.75%
B=29.41%

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
Decimal17377500.960.570.32335.4292.2235.29
HexAD74B060392014f5c23
Octal25571130140714051713443
Binary101011011111001011011000001110011000001010011111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD074B; }

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

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

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

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

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

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

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

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