Html Css Color HEX #A1A49D Delta

📋 copy color: '#A1A49D'

red 161 ◦ green 164 ◦ blue 157

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

Shades of Delta #A1A49D

Tints of Delta #A1A49D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.02%

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 33.4%
G = 34.02%
B = 32.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A1A49D (or 0xA1A49D) is known color: Delta. HEX triplet: A1, A4 and 9D. RGB value is (161,164,157). Sum of RGB (Red+Green+Blue) = 161+164+157=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A49D is #5E5B62. Grayscale: #A2A2A2. Windows color (decimal): -6183779 or 10331297. OLE color: 10331297.

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

Color convert

RGB 161 164 157 -
CMYK 0.02 0 0.04 0.36
HSL 85.71º 0.04% 0.63% -
HSV(B) 85.71º 0.04% 0.64% -
XYZ 34.06 36.56 37.16 -
YUV 162.31 125.01 127.07 -
System Red Green Blue C M Y K H S L
Decimal 161 164 157 0.02 0 0.04 0.36 85.71 0.04 0.63
Hex A1 A4 9D 2 0 4 24 56 4 3F
Octal 241 244 235 2 0 4 44 126 4 77
Binary 10100001 10100100 10011101 10 0 100 100100 1010110 100 111111

Color Harmonies of #A1A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A49D

Black with #A1A49D

Text Example


Text Example

White with #A1A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A49D; }

 p { color: rgb(161,164,157); }

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

background-color css

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

 a { background-color: rgb(161,164,157); }

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

border-color css

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

 span { border-color: rgb(161,164,157); }

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