Html Css Color HEX #A7475D Hippie Pink

📋 copy color: '#A7475D'

red 167 ◦ green 71 ◦ blue 93

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

Shades of Hippie Pink #A7475D

Tints of Hippie Pink #A7475D

RGB

 RED value IS 167 (65.63% from 255) = 50.45%

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

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

R = 50.45%
G = 21.45%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7475D (or 0xA7475D) is known color: Hippie Pink. HEX triplet: A7, 47 and 5D. RGB value is (167,71,93). Sum of RGB (Red+Green+Blue) = 167+71+93=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 71 (28.12% from 255 or 21.45% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A7475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7475D is #58B8A2. Grayscale: #666666. Windows color (decimal): -5814435 or 6113191. OLE color: 6113191.

HSL color Cylindrical-coordinate representation of color #A7475D: hue angle of 346.25º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A7475D is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 93 -
CMYK 0 0.57 0.44 0.35
HSL 346.25º 0.4% 0.47% -
HSV(B) 346.25º 0.57% 0.65% -
XYZ 20.17 13.51 11.9 -
YUV 102.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 167 71 93 0 0.57 0.44 0.35 346.25 0.4 0.47
Hex A7 47 5D 0 39 2C 23 15A 28 2F
Octal 247 107 135 0 71 54 43 532 50 57
Binary 10100111 1000111 1011101 0 111001 101100 100011 101011010 101000 101111

Color Harmonies of #A7475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7475D

Black with #A7475D

Text Example


Text Example

White with #A7475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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