Html Css Color HEX #A9565C Hippie Pink

📋 copy color: '#A9565C'

red 169 ◦ green 86 ◦ blue 92

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

Shades of Hippie Pink #A9565C

Tints of Hippie Pink #A9565C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 48.7%
G = 24.78%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9565C (or 0xA9565C) is known color: Hippie Pink. HEX triplet: A9, 56 and 5C. RGB value is (169,86,92). Sum of RGB (Red+Green+Blue) = 169+86+92=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9565C is #56A9A3. Grayscale: #6F6F6F. Windows color (decimal): -5679524 or 6051497. OLE color: 6051497.

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

Color convert

RGB 169 86 92 -
CMYK 0 0.49 0.46 0.34
HSL 355.66º 0.33% 0.5% -
HSV(B) 355.66º 0.49% 0.66% -
XYZ 21.62 15.86 12.05 -
YUV 111.5 117 169.01 -
System Red Green Blue C M Y K H S L
Decimal 169 86 92 0 0.49 0.46 0.34 355.66 0.33 0.5
Hex A9 56 5C 0 31 2E 22 164 21 32
Octal 251 126 134 0 61 56 42 544 41 62
Binary 10101001 1010110 1011100 0 110001 101110 100010 101100100 100001 110010

Color Harmonies of #A9565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9565C

Black with #A9565C

Text Example


Text Example

White with #A9565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9565C; }

 p { color: rgb(169,86,92); }

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

background-color css

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

 a { background-color: rgb(169,86,92); }

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

border-color css

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

 span { border-color: rgb(169,86,92); }

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