Html Css Color HEX #A8494C Hippie Pink

📋 copy color: '#A8494C'

red 168 ◦ green 73 ◦ blue 76

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

Shades of Hippie Pink #A8494C

Tints of Hippie Pink #A8494C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 53%
G = 23.03%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8494C (or 0xA8494C) is known color: Hippie Pink. HEX triplet: A8, 49 and 4C. RGB value is (168,73,76). Sum of RGB (Red+Green+Blue) = 168+73+76=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8494C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8494C is #57B6B3. Grayscale: #656565. Windows color (decimal): -5748404 or 4999592. OLE color: 4999592.

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

Color convert

RGB 168 73 76 -
CMYK 0 0.57 0.55 0.34
HSL 358.11º 0.39% 0.47% -
HSV(B) 358.11º 0.57% 0.66% -
XYZ 19.84 13.61 8.42 -
YUV 101.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 168 73 76 0 0.57 0.55 0.34 358.11 0.39 0.47
Hex A8 49 4C 0 39 37 22 166 27 2F
Octal 250 111 114 0 71 67 42 546 47 57
Binary 10101000 1001001 1001100 0 111001 110111 100010 101100110 100111 101111

Color Harmonies of #A8494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8494C

Black with #A8494C

Text Example


Text Example

White with #A8494C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8494C; }

 p { color: rgb(168,73,76); }

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

background-color css

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

 a { background-color: rgb(168,73,76); }

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

border-color css

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

 span { border-color: rgb(168,73,76); }

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