Html Css Color HEX #A9464D Hippie Pink

📋 copy color: '#A9464D'

red 169 ◦ green 70 ◦ blue 77

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

Shades of Hippie Pink #A9464D

Tints of Hippie Pink #A9464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 77 (30.47% from 255) = 24.37%

R = 53.48%
G = 22.15%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A9464D (or 0xA9464D) is known color: Hippie Pink. HEX triplet: A9, 46 and 4D. RGB value is (169,70,77). Sum of RGB (Red+Green+Blue) = 169+70+77=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A9464D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9464D is #56B9B2. Grayscale: #646464. Windows color (decimal): -5683635 or 5064361. OLE color: 5064361.

HSL color Cylindrical-coordinate representation of color #A9464D: hue angle of 355.76º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A9464D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 70 77 -
CMYK 0 0.59 0.54 0.34
HSL 355.76º 0.41% 0.47% -
HSV(B) 355.76º 0.59% 0.66% -
XYZ 19.89 13.35 8.55 -
YUV 100.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 169 70 77 0 0.59 0.54 0.34 355.76 0.41 0.47
Hex A9 46 4D 0 3B 36 22 164 29 2F
Octal 251 106 115 0 73 66 42 544 51 57
Binary 10101001 1000110 1001101 0 111011 110110 100010 101100100 101001 101111

Color Harmonies of #A9464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9464D

Black with #A9464D

Text Example


Text Example

White with #A9464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9464D; }

 p { color: rgb(169,70,77); }

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

background-color css

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

 a { background-color: rgb(169,70,77); }

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

border-color css

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

 span { border-color: rgb(169,70,77); }

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