Html Css Color HEX #A9465D Hippie Pink

📋 copy color: '#A9465D'

red 169 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #A9465D

Tints of Hippie Pink #A9465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 50.9%
G = 21.08%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9465D (or 0xA9465D) is known color: Hippie Pink. HEX triplet: A9, 46 and 5D. RGB value is (169,70,93). Sum of RGB (Red+Green+Blue) = 169+70+93=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9465D is #56B9A2. Grayscale: #666666. Windows color (decimal): -5683619 or 6112937. OLE color: 6112937.

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

Color convert

RGB 169 70 93 -
CMYK 0 0.59 0.45 0.34
HSL 346.06º 0.41% 0.47% -
HSV(B) 346.06º 0.59% 0.66% -
XYZ 20.53 13.61 11.9 -
YUV 102.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 169 70 93 0 0.59 0.45 0.34 346.06 0.41 0.47
Hex A9 46 5D 0 3B 2D 22 15A 29 2F
Octal 251 106 135 0 73 55 42 532 51 57
Binary 10101001 1000110 1011101 0 111011 101101 100010 101011010 101001 101111

Color Harmonies of #A9465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9465D

Black with #A9465D

Text Example


Text Example

White with #A9465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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