Html Css Color HEX #A8475D Hippie Pink

📋 copy color: '#A8475D'

red 168 ◦ green 71 ◦ blue 93

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

Shades of Hippie Pink #A8475D

Tints of Hippie Pink #A8475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 50.6%
G = 21.39%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8475D (or 0xA8475D) is known color: Hippie Pink. HEX triplet: A8, 47 and 5D. RGB value is (168,71,93). Sum of RGB (Red+Green+Blue) = 168+71+93=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8475D is #57B8A2. Grayscale: #666666. Windows color (decimal): -5748899 or 6113192. OLE color: 6113192.

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

Color convert

RGB 168 71 93 -
CMYK 0 0.58 0.45 0.34
HSL 346.39º 0.41% 0.47% -
HSV(B) 346.39º 0.58% 0.66% -
XYZ 20.38 13.62 11.91 -
YUV 102.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 168 71 93 0 0.58 0.45 0.34 346.39 0.41 0.47
Hex A8 47 5D 0 3A 2D 22 15A 29 2F
Octal 250 107 135 0 72 55 42 532 51 57
Binary 10101000 1000111 1011101 0 111010 101101 100010 101011010 101001 101111

Color Harmonies of #A8475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8475D

Black with #A8475D

Text Example


Text Example

White with #A8475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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