Html Css Color HEX #A74A5C Hippie Pink

📋 copy color: '#A74A5C'

red 167 ◦ green 74 ◦ blue 92

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

Shades of Hippie Pink #A74A5C

Tints of Hippie Pink #A74A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 50.15%
G = 22.22%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A74A5C (or 0xA74A5C) is known color: Hippie Pink. HEX triplet: A7, 4A and 5C. RGB value is (167,74,92). Sum of RGB (Red+Green+Blue) = 167+74+92=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74A5C is #58B5A3. Grayscale: #676767. Windows color (decimal): -5813668 or 6048423. OLE color: 6048423.

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

Color convert

RGB 167 74 92 -
CMYK 0 0.56 0.45 0.35
HSL 348.39º 0.39% 0.47% -
HSV(B) 348.39º 0.56% 0.65% -
XYZ 20.32 13.89 11.73 -
YUV 103.86 121.31 173.04 -
System Red Green Blue C M Y K H S L
Decimal 167 74 92 0 0.56 0.45 0.35 348.39 0.39 0.47
Hex A7 4A 5C 0 38 2D 23 15C 27 2F
Octal 247 112 134 0 70 55 43 534 47 57
Binary 10100111 1001010 1011100 0 111000 101101 100011 101011100 100111 101111

Color Harmonies of #A74A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A5C

Black with #A74A5C

Text Example


Text Example

White with #A74A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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