Html Css Color HEX #A74555 Hippie Pink

📋 copy color: '#A74555'

red 167 ◦ green 69 ◦ blue 85

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

Shades of Hippie Pink #A74555

Tints of Hippie Pink #A74555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.48%

R = 52.02%
G = 21.5%
B = 26.48%

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

#A74555 (or 0xA74555) is known color: Hippie Pink. HEX triplet: A7, 45 and 55. RGB value is (167,69,85). Sum of RGB (Red+Green+Blue) = 167+69+85=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A74555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74555 is #58BAAA. Grayscale: #646464. Windows color (decimal): -5814955 or 5588391. OLE color: 5588391.

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

Color convert

RGB 167 69 85 -
CMYK 0 0.59 0.49 0.35
HSL 350.2º 0.42% 0.46% -
HSV(B) 350.2º 0.59% 0.65% -
XYZ 19.7 13.13 10.09 -
YUV 100.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 167 69 85 0 0.59 0.49 0.35 350.2 0.42 0.46
Hex A7 45 55 0 3B 31 23 15E 2A 2E
Octal 247 105 125 0 73 61 43 536 52 56
Binary 10100111 1000101 1010101 0 111011 110001 100011 101011110 101010 101110

Color Harmonies of #A74555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74555

Black with #A74555

Text Example


Text Example

White with #A74555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74555; }

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

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

background-color css

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

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

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

border-color css

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

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

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