Html Css Color HEX #A6586A Blush

📋 copy color: '#A6586A'

red 166 ◦ green 88 ◦ blue 106

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

Shades of Blush #A6586A

Tints of Blush #A6586A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 46.11%
G = 24.44%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6586A (or 0xA6586A) is known color: Blush. HEX triplet: A6, 58 and 6A. RGB value is (166,88,106). Sum of RGB (Red+Green+Blue) = 166+88+106=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6586A is #59A795. Grayscale: #717171. Windows color (decimal): -5875606 or 6969510. OLE color: 6969510.

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

Color convert

RGB 166 88 106 -
CMYK 0 0.47 0.36 0.35
HSL 346.15º 0.31% 0.5% -
HSV(B) 346.15º 0.47% 0.65% -
XYZ 21.82 16.13 15.6 -
YUV 113.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 166 88 106 0 0.47 0.36 0.35 346.15 0.31 0.5
Hex A6 58 6A 0 2F 24 23 15A 1F 32
Octal 246 130 152 0 57 44 43 532 37 62
Binary 10100110 1011000 1101010 0 101111 100100 100011 101011010 11111 110010

Color Harmonies of #A6586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6586A

Black with #A6586A

Text Example


Text Example

White with #A6586A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6586A; }

 p { color: rgb(166,88,106); }

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

background-color css

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

 a { background-color: rgb(166,88,106); }

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

border-color css

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

 span { border-color: rgb(166,88,106); }

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