Html Css Color HEX #A74A4E Hippie Pink

📋 copy color: '#A74A4E'

red 167 ◦ green 74 ◦ blue 78

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

Shades of Hippie Pink #A74A4E

Tints of Hippie Pink #A74A4E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.2%

 BLUE value IS 78 (30.86% from 255) = 24.45%

R = 52.35%
G = 23.2%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A74A4E (or 0xA74A4E) is known color: Hippie Pink. HEX triplet: A7, 4A and 4E. RGB value is (167,74,78). Sum of RGB (Red+Green+Blue) = 167+74+78=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74A4E is #58B5B1. Grayscale: #666666. Windows color (decimal): -5813682 or 5130919. OLE color: 5130919.

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

Color convert

RGB 167 74 78 -
CMYK 0 0.56 0.53 0.35
HSL 357.42º 0.39% 0.47% -
HSV(B) 357.42º 0.56% 0.65% -
XYZ 19.76 13.66 8.8 -
YUV 102.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 167 74 78 0 0.56 0.53 0.35 357.42 0.39 0.47
Hex A7 4A 4E 0 38 35 23 165 27 2F
Octal 247 112 116 0 70 65 43 545 47 57
Binary 10100111 1001010 1001110 0 111000 110101 100011 101100101 100111 101111

Color Harmonies of #A74A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A4E

Black with #A74A4E

Text Example


Text Example

White with #A74A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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