Html Css Color HEX #AD0A43 Jazzberry Jam

📋 copy color: '#AD0A43'

red 173 ◦ green 10 ◦ blue 67

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

Shades of Jazzberry Jam #AD0A43

Tints of Jazzberry Jam #AD0A43

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

 BLUE value IS 67 (26.56% from 255) = 26.8%

R = 69.2%
G = 4%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD0A43 (or 0xAD0A43) is known color: Jazzberry Jam. HEX triplet: AD, 0A and 43. RGB value is (173,10,67). Sum of RGB (Red+Green+Blue) = 173+10+67=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A43 is #52F5BC. Grayscale: #414141. Windows color (decimal): -5436861 or 4393645. OLE color: 4393645.

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

Color convert

RGB 173 10 67 -
CMYK 0 0.94 0.61 0.32
HSL 339.02º 0.89% 0.36% -
HSV(B) 339.02º 0.94% 0.68% -
XYZ 18.36 9.51 6.18 -
YUV 65.24 129 204.87 -
System Red Green Blue C M Y K H S L
Decimal 173 10 67 0 0.94 0.61 0.32 339.02 0.89 0.36
Hex AD A 43 0 5E 3D 20 153 59 24
Octal 255 12 103 0 136 75 40 523 131 44
Binary 10101101 1010 1000011 0 1011110 111101 100000 101010011 1011001 100100

Color Harmonies of #AD0A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A43

Black with #AD0A43

Text Example


Text Example

White with #AD0A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A43; }

 p { color: rgb(173,10,67); }

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

background-color css

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

 a { background-color: rgb(173,10,67); }

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

border-color css

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

 span { border-color: rgb(173,10,67); }

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