Html Css Color HEX #A65B6C Blush

📋 copy color: '#A65B6C'

red 166 ◦ green 91 ◦ blue 108

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

Shades of Blush #A65B6C

Tints of Blush #A65B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

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

R = 45.48%
G = 24.93%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A65B6C (or 0xA65B6C) is known color: Blush. HEX triplet: A6, 5B and 6C. RGB value is (166,91,108). Sum of RGB (Red+Green+Blue) = 166+91+108=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B6C is #59A493. Grayscale: #737373. Windows color (decimal): -5874836 or 7101350. OLE color: 7101350.

HSL color Cylindrical-coordinate representation of color #A65B6C: hue angle of 346.4º 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 #A65B6C is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 91 108 -
CMYK 0 0.45 0.35 0.35
HSL 346.4º 0.3% 0.5% -
HSV(B) 346.4º 0.45% 0.65% -
XYZ 22.17 16.67 16.24 -
YUV 115.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 166 91 108 0 0.45 0.35 0.35 346.4 0.3 0.5
Hex A6 5B 6C 0 2D 23 23 15A 1E 32
Octal 246 133 154 0 55 43 43 532 36 62
Binary 10100110 1011011 1101100 0 101101 100011 100011 101011010 11110 110010

Color Harmonies of #A65B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65B6C

Black with #A65B6C

Text Example


Text Example

White with #A65B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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