#AD035C

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

Shades of Jazzberry Jam #AD035C

Tints of Jazzberry Jam #AD035C

Color information

#AD035C (or 0xAD035C) is unknown color: approx Jazzberry Jam. HEX triplet: AD, 03 and 5C. RGB value is (173,3,92). Sum of RGB (Red+Green+Blue) = 173+3+92=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD035C is #52FCA3. Grayscale: #3F3F3F. Windows color (decimal): -5438628 or 6030253. OLE color: 6030253.

HSL color Cylindrical-coordinate representation of color #AD035C: hue angle of 328.59º degrees, saturation: 0.97, 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 #AD035C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB173392-
CMYK00.980.470.32
HSL328.59º96.59%34.51%-
HSV(B)328.59º98.27%67.84%-
XYZ19.29.7210.99-
YUV63.98143.82205.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 64.55%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=64.55%
G=1.12%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17339200.980.470.32328.5996.5934.51
HexAD35C0622F201496123
Octal25531340142574051114143
Binary10101101111011100011000101011111000001010010011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD035C; }

 p { color: rgb(173,3,92); }

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

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

 a { background-color: rgb(173,3,92); }

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

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

 span { border-color: rgb(173,3,92); }

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