#AD043E

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

Shades of Jazzberry Jam #AD043E

Tints of Jazzberry Jam #AD043E

Color information

#AD043E (or 0xAD043E) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 04 and 3E. RGB value is (173,4,62). Sum of RGB (Red+Green+Blue) = 173+4+62=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD043E is #52FBC1. Grayscale: #3D3D3D. Windows color (decimal): -5438402 or 4064429. OLE color: 4064429.

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

Color convert

RGB173462-
CMYK00.980.640.32
HSL339.41º95.48%34.71%-
HSV(B)339.41º97.69%67.84%-
XYZ18.159.325.4-
YUV61.14128.49207.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 72.38%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=72.38%
G=1.67%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17346200.980.640.32339.4195.4834.71
HexAD43E06240201535f23
Octal25547601421004052313743
Binary101011011001111100110001010000001000001010100111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD043E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD043E; }

 p { color: rgb(173,4,62); }

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

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

 a { background-color: rgb(173,4,62); }

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

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

 span { border-color: rgb(173,4,62); }

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