Html Css Color HEX #A1A690 Bud

📋 copy color: '#A1A690'

red 161 ◦ green 166 ◦ blue 144

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

Shades of Bud #A1A690

Tints of Bud #A1A690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.24%

 BLUE value IS 144 (56.64% from 255) = 30.57%

R = 34.18%
G = 35.24%
B = 30.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A1A690 (or 0xA1A690) is known color: Bud. HEX triplet: A1, A6 and 90. RGB value is (161,166,144). Sum of RGB (Red+Green+Blue) = 161+166+144=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A690 is #5E596F. Grayscale: #A2A2A2. Windows color (decimal): -6183280 or 9479841. OLE color: 9479841.

HSL color Cylindrical-coordinate representation of color #A1A690: hue angle of 73.64º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1A690 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 166 144 -
CMYK 0.03 0 0.13 0.35
HSL 73.64º 0.11% 0.61% -
HSV(B) 73.64º 0.13% 0.65% -
XYZ 33.37 36.86 31.74 -
YUV 162 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 161 166 144 0.03 0 0.13 0.35 73.64 0.11 0.61
Hex A1 A6 90 3 0 D 23 4A B 3D
Octal 241 246 220 3 0 15 43 112 13 75
Binary 10100001 10100110 10010000 11 0 1101 100011 1001010 1011 111101

Color Harmonies of #A1A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A690

Black with #A1A690

Text Example


Text Example

White with #A1A690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A690; }

 p { color: rgb(161,166,144); }

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

background-color css

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

 a { background-color: rgb(161,166,144); }

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

border-color css

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

 span { border-color: rgb(161,166,144); }

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