Html Css Color HEX #A4475E Hippie Pink

📋 copy color: '#A4475E'

red 164 ◦ green 71 ◦ blue 94

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

Shades of Hippie Pink #A4475E

Tints of Hippie Pink #A4475E

RGB

 RED value IS 164 (64.45% from 255) = 49.85%

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 49.85%
G = 21.58%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4475E (or 0xA4475E) is known color: Hippie Pink. HEX triplet: A4, 47 and 5E. RGB value is (164,71,94). Sum of RGB (Red+Green+Blue) = 164+71+94=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4475E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4475E is #5BB8A1. Grayscale: #656565. Windows color (decimal): -6011042 or 6178724. OLE color: 6178724.

HSL color Cylindrical-coordinate representation of color #A4475E: hue angle of 345.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4475E is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 71 94 -
CMYK 0 0.57 0.43 0.36
HSL 345.16º 0.4% 0.46% -
HSV(B) 345.16º 0.57% 0.64% -
XYZ 19.58 13.21 12.11 -
YUV 101.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 164 71 94 0 0.57 0.43 0.36 345.16 0.4 0.46
Hex A4 47 5E 0 39 2B 24 159 28 2E
Octal 244 107 136 0 71 53 44 531 50 56
Binary 10100100 1000111 1011110 0 111001 101011 100100 101011001 101000 101110

Color Harmonies of #A4475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4475E

Black with #A4475E

Text Example


Text Example

White with #A4475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4475E; }

 p { color: rgb(164,71,94); }

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

background-color css

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

 a { background-color: rgb(164,71,94); }

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

border-color css

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

 span { border-color: rgb(164,71,94); }

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