Html Css Color HEX #A0969F London Hue

📋 copy color: '#A0969F'

red 160 ◦ green 150 ◦ blue 159

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

Shades of London Hue #A0969F

Tints of London Hue #A0969F

RGB

 RED value IS 160 (62.89% from 255) = 34.12%

 GREEN value IS 150 (58.98% from 255) = 31.98%

 BLUE value IS 159 (62.5% from 255) = 33.9%

R = 34.12%
G = 31.98%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#A0969F (or 0xA0969F) is known color: London Hue. HEX triplet: A0, 96 and 9F. RGB value is (160,150,159). Sum of RGB (Red+Green+Blue) = 160+150+159=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 160 - color contains mainly: red. Hex color #A0969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0969F is #5F6960. Grayscale: #999999. Windows color (decimal): -6252897 or 10458784. OLE color: 10458784.

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

Color convert

RGB 160 150 159 -
CMYK 0 0.06 0.01 0.37
HSL 306º 0.05% 0.61% -
HSV(B) 306º 0.06% 0.63% -
XYZ 31.66 31.79 37.27 -
YUV 154.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 160 150 159 0 0.06 0.01 0.37 306 0.05 0.61
Hex A0 96 9F 0 6 1 25 132 5 3D
Octal 240 226 237 0 6 1 45 462 5 75
Binary 10100000 10010110 10011111 0 110 1 100101 100110010 101 111101

Color Harmonies of #A0969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0969F

Black with #A0969F

Text Example


Text Example

White with #A0969F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0969F; }

 p { color: rgb(160,150,159); }

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

background-color css

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

 a { background-color: rgb(160,150,159); }

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

border-color css

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

 span { border-color: rgb(160,150,159); }

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