Html Css Color HEX #AD035A Jazzberry Jam

📋 copy color: '#AD035A'

red 173 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #AD035A

Tints of Jazzberry Jam #AD035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 90 (35.55% from 255) = 33.83%

R = 65.04%
G = 1.13%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AD035A (or 0xAD035A) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 5A. RGB value is (173,3,90). Sum of RGB (Red+Green+Blue) = 173+3+90=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD035A is #52FCA5. Grayscale: #3F3F3F. Windows color (decimal): -5438630 or 5899181. OLE color: 5899181.

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

Color convert

RGB 173 3 90 -
CMYK 0 0.98 0.48 0.32
HSL 329.29º 0.97% 0.35% -
HSV(B) 329.29º 0.98% 0.68% -
XYZ 19.11 9.69 10.54 -
YUV 63.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 173 3 90 0 0.98 0.48 0.32 329.29 0.97 0.35
Hex AD 3 5A 0 62 30 20 149 61 23
Octal 255 3 132 0 142 60 40 511 141 43
Binary 10101101 11 1011010 0 1100010 110000 100000 101001001 1100001 100011

Color Harmonies of #AD035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD035A

Black with #AD035A

Text Example


Text Example

White with #AD035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD035A; }

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

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

background-color css

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

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

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

border-color css

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

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

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