Html Css Color HEX #A74E54 Hippie Pink

📋 copy color: '#A74E54'

red 167 ◦ green 78 ◦ blue 84

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

Shades of Hippie Pink #A74E54

Tints of Hippie Pink #A74E54

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.71%

 BLUE value IS 84 (33.2% from 255) = 25.53%

R = 50.76%
G = 23.71%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A74E54 (or 0xA74E54) is known color: Hippie Pink. HEX triplet: A7, 4E and 54. RGB value is (167,78,84). Sum of RGB (Red+Green+Blue) = 167+78+84=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74E54 is #58B1AB. Grayscale: #696969. Windows color (decimal): -5812652 or 5525159. OLE color: 5525159.

HSL color Cylindrical-coordinate representation of color #A74E54: hue angle of 355.96º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74E54 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 78 84 -
CMYK 0 0.53 0.50 0.35
HSL 355.96º 0.36% 0.48% -
HSV(B) 355.96º 0.53% 0.65% -
XYZ 20.26 14.3 10.08 -
YUV 105.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 167 78 84 0 0.53 0.50 0.35 355.96 0.36 0.48
Hex A7 4E 54 0 35 32 23 164 24 30
Octal 247 116 124 0 65 62 43 544 44 60
Binary 10100111 1001110 1010100 0 110101 110010 100011 101100100 100100 110000

Color Harmonies of #A74E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74E54

Black with #A74E54

Text Example


Text Example

White with #A74E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74E54; }

 p { color: rgb(167,78,84); }

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

background-color css

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

 a { background-color: rgb(167,78,84); }

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

border-color css

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

 span { border-color: rgb(167,78,84); }

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