Html Css Color HEX #A5929C Shady Lady

📋 copy color: '#A5929C'

red 165 ◦ green 146 ◦ blue 156

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

Shades of Shady Lady #A5929C

Tints of Shady Lady #A5929C

RGB

 RED value IS 165 (64.84% from 255) = 35.33%

 GREEN value IS 146 (57.42% from 255) = 31.26%

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

R = 35.33%
G = 31.26%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5929C (or 0xA5929C) is known color: Shady Lady. HEX triplet: A5, 92 and 9C. RGB value is (165,146,156). Sum of RGB (Red+Green+Blue) = 165+146+156=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 165 - color contains mainly: red. Hex color #A5929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5929C is #5A6D63. Grayscale: #989898. Windows color (decimal): -5926244 or 10261157. OLE color: 10261157.

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

Color convert

RGB 165 146 156 -
CMYK 0 0.12 0.05 0.35
HSL 328.42º 0.1% 0.61% -
HSV(B) 328.42º 0.12% 0.65% -
XYZ 31.8 30.96 35.75 -
YUV 152.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 165 146 156 0 0.12 0.05 0.35 328.42 0.1 0.61
Hex A5 92 9C 0 C 5 23 148 A 3D
Octal 245 222 234 0 14 5 43 510 12 75
Binary 10100101 10010010 10011100 0 1100 101 100011 101001000 1010 111101

Color Harmonies of #A5929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5929C

Black with #A5929C

Text Example


Text Example

White with #A5929C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5929C; }

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

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

background-color css

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

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

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

border-color css

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

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

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