Html Css Color HEX #AD094C Jazzberry Jam

📋 copy color: '#AD094C'

red 173 ◦ green 9 ◦ blue 76

#AD094C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AD094C

Tints of Jazzberry Jam #AD094C

RGB

 RED value IS 173 (67.97% from 255) = 67.05%

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 67.05%
G = 3.49%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD094C (or 0xAD094C) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 4C. RGB value is (173,9,76). Sum of RGB (Red+Green+Blue) = 173+9+76=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD094C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD094C is #52F6B3. Grayscale: #414141. Windows color (decimal): -5437108 or 4983213. OLE color: 4983213.

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

Color convert

RGB 173 9 76 -
CMYK 0 0.95 0.56 0.32
HSL 335.49º 0.9% 0.36% -
HSV(B) 335.49º 0.95% 0.68% -
XYZ 18.64 9.6 7.71 -
YUV 65.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 173 9 76 0 0.95 0.56 0.32 335.49 0.9 0.36
Hex AD 9 4C 0 5F 38 20 14F 5A 24
Octal 255 11 114 0 137 70 40 517 132 44
Binary 10101101 1001 1001100 0 1011111 111000 100000 101001111 1011010 100100

Color Harmonies of #AD094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD094C

Black with #AD094C

Text Example


Text Example

White with #AD094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD094C; }

 p { color: rgb(173,9,76); }

 H1.HeaderClassName
 {
   color: #AD094C;
 }
 .AnyTagClassName
 {
   color: #AD094C;
 }
</style>

background-color css

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

 a { background-color: rgb(173,9,76); }

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

border-color css

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

 span { border-color: rgb(173,9,76); }

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