Html Css Color HEX #A94355 Hippie Pink

📋 copy color: '#A94355'

red 169 ◦ green 67 ◦ blue 85

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

Shades of Hippie Pink #A94355

Tints of Hippie Pink #A94355

RGB

 RED value IS 169 (66.41% from 255) = 52.65%

 GREEN value IS 67 (26.56% from 255) = 20.87%

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

R = 52.65%
G = 20.87%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A94355 (or 0xA94355) is known color: Hippie Pink. HEX triplet: A9, 43 and 55. RGB value is (169,67,85). Sum of RGB (Red+Green+Blue) = 169+67+85=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A94355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94355 is #56BCAA. Grayscale: #636363. Windows color (decimal): -5684395 or 5587881. OLE color: 5587881.

HSL color Cylindrical-coordinate representation of color #A94355: hue angle of 349.41º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94355 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 67 85 -
CMYK 0 0.60 0.50 0.34
HSL 349.41º 0.43% 0.46% -
HSV(B) 349.41º 0.6% 0.66% -
XYZ 20.01 13.11 10.07 -
YUV 99.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 169 67 85 0 0.60 0.50 0.34 349.41 0.43 0.46
Hex A9 43 55 0 3C 32 22 15D 2B 2E
Octal 251 103 125 0 74 62 42 535 53 56
Binary 10101001 1000011 1010101 0 111100 110010 100010 101011101 101011 101110

Color Harmonies of #A94355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94355

Black with #A94355

Text Example


Text Example

White with #A94355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94355; }

 p { color: rgb(169,67,85); }

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

background-color css

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

 a { background-color: rgb(169,67,85); }

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

border-color css

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

 span { border-color: rgb(169,67,85); }

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