Html Css Color HEX #AD035C Jazzberry Jam

📋 copy color: '#AD035C'

red 173 ◦ green 3 ◦ blue 92

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

Shades of Jazzberry Jam #AD035C

Tints of Jazzberry Jam #AD035C

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 value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD035C (or 0xAD035C) is known color: 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

RGB 173 3 92 -
CMYK 0 0.98 0.47 0.32
HSL 328.59º 0.97% 0.35% -
HSV(B) 328.59º 0.98% 0.68% -
XYZ 19.2 9.72 10.99 -
YUV 63.98 143.82 205.76 -
System Red Green Blue C M Y K H S L
Decimal 173 3 92 0 0.98 0.47 0.32 328.59 0.97 0.35
Hex AD 3 5C 0 62 2F 20 149 61 23
Octal 255 3 134 0 142 57 40 511 141 43
Binary 10101101 11 1011100 0 1100010 101111 100000 101001001 1100001 100011

Color Harmonies of #AD035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD035C

Black with #AD035C

Text Example


Text Example

White with #AD035C

Text Example


Text Example

HTML Codes & Css Web 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>