Html Css Color HEX #A7474D Hippie Pink

📋 copy color: '#A7474D'

red 167 ◦ green 71 ◦ blue 77

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

Shades of Hippie Pink #A7474D

Tints of Hippie Pink #A7474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.44%

R = 53.02%
G = 22.54%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A7474D (or 0xA7474D) is known color: Hippie Pink. HEX triplet: A7, 47 and 4D. RGB value is (167,71,77). Sum of RGB (Red+Green+Blue) = 167+71+77=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7474D is #58B8B2. Grayscale: #646464. Windows color (decimal): -5814451 or 5064615. OLE color: 5064615.

HSL color Cylindrical-coordinate representation of color #A7474D: hue angle of 356.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 #A7474D is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 77 -
CMYK 0 0.57 0.54 0.35
HSL 356.25º 0.4% 0.47% -
HSV(B) 356.25º 0.57% 0.65% -
XYZ 19.53 13.26 8.55 -
YUV 100.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 167 71 77 0 0.57 0.54 0.35 356.25 0.4 0.47
Hex A7 47 4D 0 39 36 23 164 28 2F
Octal 247 107 115 0 71 66 43 544 50 57
Binary 10100111 1000111 1001101 0 111001 110110 100011 101100100 101000 101111

Color Harmonies of #A7474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7474D

Black with #A7474D

Text Example


Text Example

White with #A7474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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