Html Css Color HEX #A74556 Hippie Pink

📋 copy color: '#A74556'

red 167 ◦ green 69 ◦ blue 86

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

Shades of Hippie Pink #A74556

Tints of Hippie Pink #A74556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 51.86%
G = 21.43%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A74556 (or 0xA74556) is known color: Hippie Pink. HEX triplet: A7, 45 and 56. RGB value is (167,69,86). Sum of RGB (Red+Green+Blue) = 167+69+86=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A74556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74556 is #58BAA9. Grayscale: #646464. Windows color (decimal): -5814954 or 5653927. OLE color: 5653927.

HSL color Cylindrical-coordinate representation of color #A74556: hue angle of 349.59º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A74556 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 69 86 -
CMYK 0 0.59 0.49 0.35
HSL 349.59º 0.42% 0.46% -
HSV(B) 349.59º 0.59% 0.65% -
XYZ 19.74 13.14 10.3 -
YUV 100.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 167 69 86 0 0.59 0.49 0.35 349.59 0.42 0.46
Hex A7 45 56 0 3B 31 23 15E 2A 2E
Octal 247 105 126 0 73 61 43 536 52 56
Binary 10100111 1000101 1010110 0 111011 110001 100011 101011110 101010 101110

Color Harmonies of #A74556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74556

Black with #A74556

Text Example


Text Example

White with #A74556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74556; }

 p { color: rgb(167,69,86); }

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

background-color css

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

 a { background-color: rgb(167,69,86); }

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

border-color css

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

 span { border-color: rgb(167,69,86); }

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