Html Css Color HEX #A8474C Hippie Pink

📋 copy color: '#A8474C'

red 168 ◦ green 71 ◦ blue 76

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

Shades of Hippie Pink #A8474C

Tints of Hippie Pink #A8474C

RGB

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

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

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

R = 53.33%
G = 22.54%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A8474C (or 0xA8474C) is known color: Hippie Pink. HEX triplet: A8, 47 and 4C. RGB value is (168,71,76). Sum of RGB (Red+Green+Blue) = 168+71+76=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8474C is #57B8B3. Grayscale: #646464. Windows color (decimal): -5748916 or 4999080. OLE color: 4999080.

HSL color Cylindrical-coordinate representation of color #A8474C: hue angle of 356.91º 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 #A8474C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 71 76 -
CMYK 0 0.58 0.55 0.34
HSL 356.91º 0.41% 0.47% -
HSV(B) 356.91º 0.58% 0.66% -
XYZ 19.71 13.35 8.38 -
YUV 100.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 168 71 76 0 0.58 0.55 0.34 356.91 0.41 0.47
Hex A8 47 4C 0 3A 37 22 165 29 2F
Octal 250 107 114 0 72 67 42 545 51 57
Binary 10101000 1000111 1001100 0 111010 110111 100010 101100101 101001 101111

Color Harmonies of #A8474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8474C

Black with #A8474C

Text Example


Text Example

White with #A8474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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