Html Css Color HEX #A9596D Blush

📋 copy color: '#A9596D'

red 169 ◦ green 89 ◦ blue 109

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

Shades of Blush #A9596D

Tints of Blush #A9596D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.25%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 46.05%
G = 24.25%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9596D (or 0xA9596D) is known color: Blush. HEX triplet: A9, 59 and 6D. RGB value is (169,89,109). Sum of RGB (Red+Green+Blue) = 169+89+109=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A9596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9596D is #56A692. Grayscale: #737373. Windows color (decimal): -5678739 or 7166377. OLE color: 7166377.

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

Color convert

RGB 169 89 109 -
CMYK 0 0.47 0.36 0.34
HSL 345º 0.32% 0.51% -
HSV(B) 345º 0.47% 0.66% -
XYZ 22.69 16.68 16.49 -
YUV 115.2 124.5 166.37 -
System Red Green Blue C M Y K H S L
Decimal 169 89 109 0 0.47 0.36 0.34 345 0.32 0.51
Hex A9 59 6D 0 2F 24 22 159 20 33
Octal 251 131 155 0 57 44 42 531 40 63
Binary 10101001 1011001 1101101 0 101111 100100 100010 101011001 100000 110011

Color Harmonies of #A9596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9596D

Black with #A9596D

Text Example


Text Example

White with #A9596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9596D; }

 p { color: rgb(169,89,109); }

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

background-color css

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

 a { background-color: rgb(169,89,109); }

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

border-color css

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

 span { border-color: rgb(169,89,109); }

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