Html Css Color HEX #A6596C Blush

📋 copy color: '#A6596C'

red 166 ◦ green 89 ◦ blue 108

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

Shades of Blush #A6596C

Tints of Blush #A6596C

RGB

 RED value IS 166 (65.23% from 255) = 45.73%

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

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 45.73%
G = 24.52%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A6596C (or 0xA6596C) is known color: Blush. HEX triplet: A6, 59 and 6C. RGB value is (166,89,108). Sum of RGB (Red+Green+Blue) = 166+89+108=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A6596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6596C is #59A693. Grayscale: #727272. Windows color (decimal): -5875348 or 7100838. OLE color: 7100838.

HSL color Cylindrical-coordinate representation of color #A6596C: hue angle of 345.19º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A6596C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 89 108 -
CMYK 0 0.46 0.35 0.35
HSL 345.19º 0.3% 0.5% -
HSV(B) 345.19º 0.46% 0.65% -
XYZ 22.01 16.33 16.18 -
YUV 114.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 166 89 108 0 0.46 0.35 0.35 345.19 0.3 0.5
Hex A6 59 6C 0 2E 23 23 159 1E 32
Octal 246 131 154 0 56 43 43 531 36 62
Binary 10100110 1011001 1101100 0 101110 100011 100011 101011001 11110 110010

Color Harmonies of #A6596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6596C

Black with #A6596C

Text Example


Text Example

White with #A6596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6596C; }

 p { color: rgb(166,89,108); }

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

background-color css

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

 a { background-color: rgb(166,89,108); }

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

border-color css

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

 span { border-color: rgb(166,89,108); }

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