Html Css Color HEX #A9535F Hippie Pink

📋 copy color: '#A9535F'

red 169 ◦ green 83 ◦ blue 95

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

Shades of Hippie Pink #A9535F

Tints of Hippie Pink #A9535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 48.7%
G = 23.92%
B = 27.38%

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

#A9535F (or 0xA9535F) is known color: Hippie Pink. HEX triplet: A9, 53 and 5F. RGB value is (169,83,95). Sum of RGB (Red+Green+Blue) = 169+83+95=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9535F is #56ACA0. Grayscale: #6E6E6E. Windows color (decimal): -5680289 or 6247337. OLE color: 6247337.

HSL color Cylindrical-coordinate representation of color #A9535F: hue angle of 351.63º degrees, saturation: 0.34, 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 #A9535F is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 83 95 -
CMYK 0 0.51 0.44 0.34
HSL 351.63º 0.34% 0.49% -
HSV(B) 351.63º 0.51% 0.66% -
XYZ 21.52 15.45 12.67 -
YUV 110.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 169 83 95 0 0.51 0.44 0.34 351.63 0.34 0.49
Hex A9 53 5F 0 33 2C 22 160 22 31
Octal 251 123 137 0 63 54 42 540 42 61
Binary 10101001 1010011 1011111 0 110011 101100 100010 101100000 100010 110001

Color Harmonies of #A9535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9535F

Black with #A9535F

Text Example


Text Example

White with #A9535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9535F; }

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

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

background-color css

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

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

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

border-color css

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

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

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