Html Css Color HEX #A29093 Shady Lady

📋 copy color: '#A29093'

red 162 ◦ green 144 ◦ blue 147

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

Shades of Shady Lady #A29093

Tints of Shady Lady #A29093

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.79%

 BLUE value IS 147 (57.81% from 255) = 32.45%

R = 35.76%
G = 31.79%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A29093 (or 0xA29093) is known color: Shady Lady. HEX triplet: A2, 90 and 93. RGB value is (162,144,147). Sum of RGB (Red+Green+Blue) = 162+144+147=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 147 (57.81% from 255 or 32.45% from 453); Max value from RGB is 162 - color contains mainly: red. Hex color #A29093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29093 is #5D6F6C. Grayscale: #959595. Windows color (decimal): -6123373 or 9670818. OLE color: 9670818.

HSL color Cylindrical-coordinate representation of color #A29093: hue angle of 350º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29093 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 144 147 -
CMYK 0 0.11 0.09 0.36
HSL 350º 0.09% 0.6% -
HSV(B) 350º 0.11% 0.64% -
XYZ 30.14 29.73 31.75 -
YUV 149.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 162 144 147 0 0.11 0.09 0.36 350 0.09 0.6
Hex A2 90 93 0 B 9 24 15E 9 3C
Octal 242 220 223 0 13 11 44 536 11 74
Binary 10100010 10010000 10010011 0 1011 1001 100100 101011110 1001 111100

Color Harmonies of #A29093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29093

Black with #A29093

Text Example


Text Example

White with #A29093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29093; }

 p { color: rgb(162,144,147); }

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

background-color css

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

 a { background-color: rgb(162,144,147); }

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

border-color css

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

 span { border-color: rgb(162,144,147); }

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