Html Css Color HEX #A6A98A Bud

📋 copy color: '#A6A98A'

red 166 ◦ green 169 ◦ blue 138

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

Shades of Bud #A6A98A

Tints of Bud #A6A98A

RGB

 RED value IS 166 (65.23% from 255) = 35.1%

 GREEN value IS 169 (66.41% from 255) = 35.73%

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 35.1%
G = 35.73%
B = 29.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A6A98A (or 0xA6A98A) is known color: Bud. HEX triplet: A6, A9 and 8A. RGB value is (166,169,138). Sum of RGB (Red+Green+Blue) = 166+169+138=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A98A is #595675. Grayscale: #A4A4A4. Windows color (decimal): -5854838 or 9087398. OLE color: 9087398.

HSL color Cylindrical-coordinate representation of color #A6A98A: hue angle of 65.81º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6A98A is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 166 169 138 -
CMYK 0.02 0 0.18 0.34
HSL 65.81º 0.15% 0.6% -
HSV(B) 65.81º 0.18% 0.66% -
XYZ 34.5 38.32 29.62 -
YUV 164.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 166 169 138 0.02 0 0.18 0.34 65.81 0.15 0.6
Hex A6 A9 8A 2 0 12 22 42 F 3C
Octal 246 251 212 2 0 22 42 102 17 74
Binary 10100110 10101001 10001010 10 0 10010 100010 1000010 1111 111100

Color Harmonies of #A6A98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A98A

Black with #A6A98A

Text Example


Text Example

White with #A6A98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A98A; }

 p { color: rgb(166,169,138); }

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

background-color css

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

 a { background-color: rgb(166,169,138); }

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

border-color css

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

 span { border-color: rgb(166,169,138); }

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