Html Css Color HEX #A9525F Hippie Pink

📋 copy color: '#A9525F'

red 169 ◦ green 82 ◦ blue 95

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

Shades of Hippie Pink #A9525F

Tints of Hippie Pink #A9525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

 BLUE value IS 95 (37.5% from 255) = 27.46%

R = 48.84%
G = 23.7%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9525F (or 0xA9525F) is known color: Hippie Pink. HEX triplet: A9, 52 and 5F. RGB value is (169,82,95). Sum of RGB (Red+Green+Blue) = 169+82+95=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9525F is #56ADA0. Grayscale: #6D6D6D. Windows color (decimal): -5680545 or 6247081. OLE color: 6247081.

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

Color convert

RGB 169 82 95 -
CMYK 0 0.51 0.44 0.34
HSL 351.03º 0.35% 0.49% -
HSV(B) 351.03º 0.51% 0.66% -
XYZ 21.45 15.3 12.65 -
YUV 109.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 169 82 95 0 0.51 0.44 0.34 351.03 0.35 0.49
Hex A9 52 5F 0 33 2C 22 15F 23 31
Octal 251 122 137 0 63 54 42 537 43 61
Binary 10101001 1010010 1011111 0 110011 101100 100010 101011111 100011 110001

Color Harmonies of #A9525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9525F

Black with #A9525F

Text Example


Text Example

White with #A9525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9525F; }

 p { color: rgb(169,82,95); }

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

background-color css

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

 a { background-color: rgb(169,82,95); }

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

border-color css

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

 span { border-color: rgb(169,82,95); }

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