#A65B6B

Color #A65B6B Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #A65B6B

Tints of Blush #A65B6B

Color information

#A65B6B (or 0xA65B6B) is unknown color: approx Blush. HEX triplet: A6, 5B and 6B. RGB value is (166,91,107). Sum of RGB (Red+Green+Blue) = 166+91+107=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B6B is #59A494. Grayscale: #737373. Windows color (decimal): -5874837 or 7035814. OLE color: 7035814.

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

Color convert

RGB16691107-
CMYK00.450.360.35
HSL347.2º29.64%50.39%-
HSV(B)347.2º45.18%65.1%-
XYZ22.1216.6515.96-
YUV115.25123.35164.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 91 (35.94% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=45.60%
G=25%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669110700.450.360.35347.229.6450.39
HexA65B6B02D242315b1e32
Octal24613315305544435333662
Binary1010011010110111101011010110110010010001110101101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65B6B; }

 p { color: rgb(166,91,107); }

 H1.HeaderClassName
 {
   color: #A65B6B;
 }
 .AnyTagClassName
 {
   color: #A65B6B;
 }
</style>
background-color css

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

 a { background-color: rgb(166,91,107); }

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

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

 span { border-color: rgb(166,91,107); }

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