Html Css Color HEX #A65568 Blush

📋 copy color: '#A65568'

red 166 ◦ green 85 ◦ blue 104

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

Shades of Blush #A65568

Tints of Blush #A65568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.94%

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 46.76%
G = 23.94%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A65568 (or 0xA65568) is known color: Blush. HEX triplet: A6, 55 and 68. RGB value is (166,85,104). Sum of RGB (Red+Green+Blue) = 166+85+104=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A65568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65568 is #59AA97. Grayscale: #6F6F6F. Windows color (decimal): -5876376 or 6837670. OLE color: 6837670.

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

Color convert

RGB 166 85 104 -
CMYK 0 0.49 0.37 0.35
HSL 345.93º 0.32% 0.49% -
HSV(B) 345.93º 0.49% 0.65% -
XYZ 21.47 15.6 14.98 -
YUV 111.39 123.84 166.96 -
System Red Green Blue C M Y K H S L
Decimal 166 85 104 0 0.49 0.37 0.35 345.93 0.32 0.49
Hex A6 55 68 0 31 25 23 15A 20 31
Octal 246 125 150 0 61 45 43 532 40 61
Binary 10100110 1010101 1101000 0 110001 100101 100011 101011010 100000 110001

Color Harmonies of #A65568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65568

Black with #A65568

Text Example


Text Example

White with #A65568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65568; }

 p { color: rgb(166,85,104); }

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

background-color css

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

 a { background-color: rgb(166,85,104); }

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

border-color css

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

 span { border-color: rgb(166,85,104); }

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