Html Css Color HEX #A1A49A Delta

📋 copy color: '#A1A49A'

red 161 ◦ green 164 ◦ blue 154

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

Shades of Delta #A1A49A

Tints of Delta #A1A49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.15%

R = 33.61%
G = 34.24%
B = 32.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A1A49A (or 0xA1A49A) is known color: Delta. HEX triplet: A1, A4 and 9A. RGB value is (161,164,154). Sum of RGB (Red+Green+Blue) = 161+164+154=479 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.61% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A49A is #5E5B65. Grayscale: #A2A2A2. Windows color (decimal): -6183782 or 10134689. OLE color: 10134689.

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

Color convert

RGB 161 164 154 -
CMYK 0.02 0 0.06 0.36
HSL 78º 0.05% 0.62% -
HSV(B) 78º 0.06% 0.64% -
XYZ 33.81 36.46 35.83 -
YUV 161.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 161 164 154 0.02 0 0.06 0.36 78 0.05 0.62
Hex A1 A4 9A 2 0 6 24 4E 5 3E
Octal 241 244 232 2 0 6 44 116 5 76
Binary 10100001 10100100 10011010 10 0 110 100100 1001110 101 111110

Color Harmonies of #A1A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A49A

Black with #A1A49A

Text Example


Text Example

White with #A1A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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