Html Css Color HEX #A1997E Grey Olive

📋 copy color: '#A1997E'

red 161 ◦ green 153 ◦ blue 126

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

Shades of Grey Olive #A1997E

Tints of Grey Olive #A1997E

RGB

 RED value IS 161 (63.28% from 255) = 36.59%

 GREEN value IS 153 (60.16% from 255) = 34.77%

 BLUE value IS 126 (49.61% from 255) = 28.64%

R = 36.59%
G = 34.77%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1997E (or 0xA1997E) is known color: Grey Olive. HEX triplet: A1, 99 and 7E. RGB value is (161,153,126). Sum of RGB (Red+Green+Blue) = 161+153+126=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A1997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1997E is #5E6681. Grayscale: #989898. Windows color (decimal): -6186626 or 8296865. OLE color: 8296865.

HSL color Cylindrical-coordinate representation of color #A1997E: hue angle of 46.29º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1997E is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 126 -
CMYK 0 0.05 0.22 0.37
HSL 46.29º 0.16% 0.56% -
HSV(B) 46.29º 0.22% 0.63% -
XYZ 29.86 31.87 24.32 -
YUV 152.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 161 153 126 0 0.05 0.22 0.37 46.29 0.16 0.56
Hex A1 99 7E 0 5 16 25 2E 10 38
Octal 241 231 176 0 5 26 45 56 20 70
Binary 10100001 10011001 1111110 0 101 10110 100101 101110 10000 111000

Color Harmonies of #A1997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1997E

Black with #A1997E

Text Example


Text Example

White with #A1997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1997E; }

 p { color: rgb(161,153,126); }

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

background-color css

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

 a { background-color: rgb(161,153,126); }

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

border-color css

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

 span { border-color: rgb(161,153,126); }

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