Html Css Color HEX #A0969C Shady Lady

📋 copy color: '#A0969C'

red 160 ◦ green 150 ◦ blue 156

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

Shades of Shady Lady #A0969C

Tints of Shady Lady #A0969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 34.33%
G = 32.19%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#A0969C (or 0xA0969C) is known color: Shady Lady. HEX triplet: A0, 96 and 9C. RGB value is (160,150,156). Sum of RGB (Red+Green+Blue) = 160+150+156=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 160 - color contains mainly: red. Hex color #A0969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0969C is #5F6963. Grayscale: #999999. Windows color (decimal): -6252900 or 10262176. OLE color: 10262176.

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

Color convert

RGB 160 150 156 -
CMYK 0 0.06 0.02 0.37
HSL 324º 0.05% 0.61% -
HSV(B) 324º 0.06% 0.63% -
XYZ 31.4 31.69 35.91 -
YUV 153.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 160 150 156 0 0.06 0.02 0.37 324 0.05 0.61
Hex A0 96 9C 0 6 2 25 144 5 3D
Octal 240 226 234 0 6 2 45 504 5 75
Binary 10100000 10010110 10011100 0 110 10 100101 101000100 101 111101

Color Harmonies of #A0969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0969C

Black with #A0969C

Text Example


Text Example

White with #A0969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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