Html Css Color HEX #A8174A Jazzberry Jam

📋 copy color: '#A8174A'

red 168 ◦ green 23 ◦ blue 74

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

Shades of Jazzberry Jam #A8174A

Tints of Jazzberry Jam #A8174A

RGB

 RED value IS 168 (66.02% from 255) = 63.4%

 GREEN value IS 23 (9.38% from 255) = 8.68%

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 63.4%
G = 8.68%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A8174A (or 0xA8174A) is known color: Jazzberry Jam. HEX triplet: A8, 17 and 4A. RGB value is (168,23,74). Sum of RGB (Red+Green+Blue) = 168+23+74=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8174A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A8174A is #57E8B5. Grayscale: #484848. Windows color (decimal): -5761206 or 4855720. OLE color: 4855720.

HSL color Cylindrical-coordinate representation of color #A8174A: hue angle of 338.9º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8174A is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 23 74 -
CMYK 0 0.86 0.56 0.34
HSL 338.9º 0.76% 0.37% -
HSV(B) 338.9º 0.86% 0.66% -
XYZ 17.69 9.43 7.37 -
YUV 72.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 168 23 74 0 0.86 0.56 0.34 338.9 0.76 0.37
Hex A8 17 4A 0 56 38 22 153 4C 25
Octal 250 27 112 0 126 70 42 523 114 45
Binary 10101000 10111 1001010 0 1010110 111000 100010 101010011 1001100 100101

Color Harmonies of #A8174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8174A

Black with #A8174A

Text Example


Text Example

White with #A8174A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8174A; }

 p { color: rgb(168,23,74); }

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

background-color css

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

 a { background-color: rgb(168,23,74); }

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

border-color css

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

 span { border-color: rgb(168,23,74); }

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