Html Css Color HEX #A2969E Shady Lady

📋 copy color: '#A2969E'

red 162 ◦ green 150 ◦ blue 158

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

Shades of Shady Lady #A2969E

Tints of Shady Lady #A2969E

RGB

 RED value IS 162 (63.67% from 255) = 34.47%

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

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 34.47%
G = 31.91%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A2969E (or 0xA2969E) is known color: Shady Lady. HEX triplet: A2, 96 and 9E. RGB value is (162,150,158). Sum of RGB (Red+Green+Blue) = 162+150+158=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 162 - color contains mainly: red. Hex color #A2969E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2969E is #5D6961. Grayscale: #9A9A9A. Windows color (decimal): -6121826 or 10393250. OLE color: 10393250.

HSL color Cylindrical-coordinate representation of color #A2969E: hue angle of 320º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2969E is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 150 158 -
CMYK 0 0.07 0.02 0.36
HSL 320º 0.06% 0.61% -
HSV(B) 320º 0.07% 0.64% -
XYZ 31.98 31.96 36.83 -
YUV 154.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 162 150 158 0 0.07 0.02 0.36 320 0.06 0.61
Hex A2 96 9E 0 7 2 24 140 6 3D
Octal 242 226 236 0 7 2 44 500 6 75
Binary 10100010 10010110 10011110 0 111 10 100100 101000000 110 111101

Color Harmonies of #A2969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2969E

Black with #A2969E

Text Example


Text Example

White with #A2969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2969E; }

 p { color: rgb(162,150,158); }

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

background-color css

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

 a { background-color: rgb(162,150,158); }

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

border-color css

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

 span { border-color: rgb(162,150,158); }

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