Html Css Color HEX #A69CA5 London Hue

📋 copy color: '#A69CA5'

red 166 ◦ green 156 ◦ blue 165

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

Shades of London Hue #A69CA5

Tints of London Hue #A69CA5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.03%

 BLUE value IS 165 (64.84% from 255) = 33.88%

R = 34.09%
G = 32.03%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A69CA5 (or 0xA69CA5) is known color: London Hue. HEX triplet: A6, 9C and A5. RGB value is (166,156,165). Sum of RGB (Red+Green+Blue) = 166+156+165=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 156 (61.33% from 255 or 32.03% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 166 - color contains mainly: red. Hex color #A69CA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69CA5 is #59635A. Grayscale: #9F9F9F. Windows color (decimal): -5858139 or 10853542. OLE color: 10853542.

HSL color Cylindrical-coordinate representation of color #A69CA5: hue angle of 306º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A69CA5 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 156 165 -
CMYK 0 0.06 0.01 0.35
HSL 306º 0.05% 0.63% -
HSV(B) 306º 0.06% 0.65% -
XYZ 34.41 34.6 40.46 -
YUV 160.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 166 156 165 0 0.06 0.01 0.35 306 0.05 0.63
Hex A6 9C A5 0 6 1 23 132 5 3F
Octal 246 234 245 0 6 1 43 462 5 77
Binary 10100110 10011100 10100101 0 110 1 100011 100110010 101 111111

Color Harmonies of #A69CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CA5

Black with #A69CA5

Text Example


Text Example

White with #A69CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CA5; }

 p { color: rgb(166,156,165); }

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

background-color css

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

 a { background-color: rgb(166,156,165); }

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

border-color css

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

 span { border-color: rgb(166,156,165); }

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