Html Css Color HEX #A9035A Jazzberry Jam

📋 copy color: '#A9035A'

red 169 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #A9035A

Tints of Jazzberry Jam #A9035A

RGB

 RED value IS 169 (66.41% from 255) = 64.5%

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

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

R = 64.5%
G = 1.15%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A9035A (or 0xA9035A) is known color: Jazzberry Jam. HEX triplet: A9, 03 and 5A. RGB value is (169,3,90). Sum of RGB (Red+Green+Blue) = 169+3+90=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A9035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9035A is #56FCA5. Grayscale: #3E3E3E. Windows color (decimal): -5700774 or 5899177. OLE color: 5899177.

HSL color Cylindrical-coordinate representation of color #A9035A: hue angle of 328.55º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A9035A is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 3 90 -
CMYK 0 0.98 0.47 0.34
HSL 328.55º 0.97% 0.34% -
HSV(B) 328.55º 0.98% 0.66% -
XYZ 18.24 9.24 10.49 -
YUV 62.55 143.5 203.93 -
System Red Green Blue C M Y K H S L
Decimal 169 3 90 0 0.98 0.47 0.34 328.55 0.97 0.34
Hex A9 3 5A 0 62 2F 22 149 61 22
Octal 251 3 132 0 142 57 42 511 141 42
Binary 10101001 11 1011010 0 1100010 101111 100010 101001001 1100001 100010

Color Harmonies of #A9035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9035A

Black with #A9035A

Text Example


Text Example

White with #A9035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9035A; }

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

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

background-color css

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

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

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

border-color css

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

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

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