Html Css Color HEX #A8474E Hippie Pink

📋 copy color: '#A8474E'

red 168 ◦ green 71 ◦ blue 78

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

Shades of Hippie Pink #A8474E

Tints of Hippie Pink #A8474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.4%

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 53%
G = 22.4%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A8474E (or 0xA8474E) is known color: Hippie Pink. HEX triplet: A8, 47 and 4E. RGB value is (168,71,78). Sum of RGB (Red+Green+Blue) = 168+71+78=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8474E is #57B8B1. Grayscale: #646464. Windows color (decimal): -5748914 or 5130152. OLE color: 5130152.

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

Color convert

RGB 168 71 78 -
CMYK 0 0.58 0.54 0.34
HSL 355.67º 0.41% 0.47% -
HSV(B) 355.67º 0.58% 0.66% -
XYZ 19.78 13.38 8.75 -
YUV 100.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 168 71 78 0 0.58 0.54 0.34 355.67 0.41 0.47
Hex A8 47 4E 0 3A 36 22 164 29 2F
Octal 250 107 116 0 72 66 42 544 51 57
Binary 10101000 1000111 1001110 0 111010 110110 100010 101100100 101001 101111

Color Harmonies of #A8474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8474E

Black with #A8474E

Text Example


Text Example

White with #A8474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8474E; }

 p { color: rgb(168,71,78); }

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

background-color css

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

 a { background-color: rgb(168,71,78); }

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

border-color css

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

 span { border-color: rgb(168,71,78); }

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