Html Css Color HEX #A6A05D Gimblet

📋 copy color: '#A6A05D'

red 166 ◦ green 160 ◦ blue 93

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

Shades of Gimblet #A6A05D

Tints of Gimblet #A6A05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.19%

 BLUE value IS 93 (36.72% from 255) = 22.2%

R = 39.62%
G = 38.19%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6A05D (or 0xA6A05D) is known color: Gimblet. HEX triplet: A6, A0 and 5D. RGB value is (166,160,93). Sum of RGB (Red+Green+Blue) = 166+160+93=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A05D is #595FA2. Grayscale: #9A9A9A. Windows color (decimal): -5857187 or 6135974. OLE color: 6135974.

HSL color Cylindrical-coordinate representation of color #A6A05D: hue angle of 55.07º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6A05D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 160 93 -
CMYK 0 0.04 0.44 0.35
HSL 55.07º 0.29% 0.51% -
HSV(B) 55.07º 0.44% 0.65% -
XYZ 30.27 34.04 15.33 -
YUV 154.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 166 160 93 0 0.04 0.44 0.35 55.07 0.29 0.51
Hex A6 A0 5D 0 4 2C 23 37 1D 33
Octal 246 240 135 0 4 54 43 67 35 63
Binary 10100110 10100000 1011101 0 100 101100 100011 110111 11101 110011

Color Harmonies of #A6A05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A05D

Black with #A6A05D

Text Example


Text Example

White with #A6A05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A05D; }

 p { color: rgb(166,160,93); }

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

background-color css

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

 a { background-color: rgb(166,160,93); }

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

border-color css

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

 span { border-color: rgb(166,160,93); }

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