Html Css Color HEX #A9505B Hippie Pink

📋 copy color: '#A9505B'

red 169 ◦ green 80 ◦ blue 91

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

Shades of Hippie Pink #A9505B

Tints of Hippie Pink #A9505B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.53%

 BLUE value IS 91 (35.94% from 255) = 26.76%

R = 49.71%
G = 23.53%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9505B (or 0xA9505B) is known color: Hippie Pink. HEX triplet: A9, 50 and 5B. RGB value is (169,80,91). Sum of RGB (Red+Green+Blue) = 169+80+91=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A9505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9505B is #56AFA4. Grayscale: #6B6B6B. Windows color (decimal): -5681061 or 5984425. OLE color: 5984425.

HSL color Cylindrical-coordinate representation of color #A9505B: hue angle of 352.58º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A9505B is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 80 91 -
CMYK 0 0.53 0.46 0.34
HSL 352.58º 0.36% 0.49% -
HSV(B) 352.58º 0.53% 0.66% -
XYZ 21.12 14.93 11.67 -
YUV 107.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 169 80 91 0 0.53 0.46 0.34 352.58 0.36 0.49
Hex A9 50 5B 0 35 2E 22 161 24 31
Octal 251 120 133 0 65 56 42 541 44 61
Binary 10101001 1010000 1011011 0 110101 101110 100010 101100001 100100 110001

Color Harmonies of #A9505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9505B

Black with #A9505B

Text Example


Text Example

White with #A9505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9505B; }

 p { color: rgb(169,80,91); }

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

background-color css

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

 a { background-color: rgb(169,80,91); }

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

border-color css

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

 span { border-color: rgb(169,80,91); }

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