Html Css Color HEX #A69CA4 London Hue

📋 copy color: '#A69CA4'

red 166 ◦ green 156 ◦ blue 164

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

Shades of London Hue #A69CA4

Tints of London Hue #A69CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.74%

R = 34.16%
G = 32.1%
B = 33.74%

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

#A69CA4 (or 0xA69CA4) is known color: London Hue. HEX triplet: A6, 9C and A4. RGB value is (166,156,164). Sum of RGB (Red+Green+Blue) = 166+156+164=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 166 - color contains mainly: red. Hex color #A69CA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69CA4 is #59635B. Grayscale: #9F9F9F. Windows color (decimal): -5858140 or 10788006. OLE color: 10788006.

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

Color convert

RGB 166 156 164 -
CMYK 0 0.06 0.01 0.35
HSL 312º 0.05% 0.63% -
HSV(B) 312º 0.06% 0.65% -
XYZ 34.32 34.56 39.98 -
YUV 159.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 166 156 164 0 0.06 0.01 0.35 312 0.05 0.63
Hex A6 9C A4 0 6 1 23 138 5 3F
Octal 246 234 244 0 6 1 43 470 5 77
Binary 10100110 10011100 10100100 0 110 1 100011 100111000 101 111111

Color Harmonies of #A69CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CA4

Black with #A69CA4

Text Example


Text Example

White with #A69CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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