Html Css Color HEX #A28993 Shady Lady

📋 copy color: '#A28993'

red 162 ◦ green 137 ◦ blue 147

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

Shades of Shady Lady #A28993

Tints of Shady Lady #A28993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

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

R = 36.32%
G = 30.72%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A28993 (or 0xA28993) is known color: Shady Lady. HEX triplet: A2, 89 and 93. RGB value is (162,137,147). Sum of RGB (Red+Green+Blue) = 162+137+147=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A28993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28993 is #5D766C. Grayscale: #919191. Windows color (decimal): -6125165 or 9669026. OLE color: 9669026.

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

Color convert

RGB 162 137 147 -
CMYK 0 0.15 0.09 0.36
HSL 336º 0.12% 0.59% -
HSV(B) 336º 0.15% 0.64% -
XYZ 29.11 27.68 31.41 -
YUV 145.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 162 137 147 0 0.15 0.09 0.36 336 0.12 0.59
Hex A2 89 93 0 F 9 24 150 C 3B
Octal 242 211 223 0 17 11 44 520 14 73
Binary 10100010 10001001 10010011 0 1111 1001 100100 101010000 1100 111011

Color Harmonies of #A28993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28993

Black with #A28993

Text Example


Text Example

White with #A28993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28993; }

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

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

background-color css

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

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

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

border-color css

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

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

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