Html Css Color HEX #A6A05C Gimblet

📋 copy color: '#A6A05C'

red 166 ◦ green 160 ◦ blue 92

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

Shades of Gimblet #A6A05C

Tints of Gimblet #A6A05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.01%

R = 39.71%
G = 38.28%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6A05C (or 0xA6A05C) is known color: Gimblet. HEX triplet: A6, A0 and 5C. RGB value is (166,160,92). Sum of RGB (Red+Green+Blue) = 166+160+92=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A05C is #595FA3. Grayscale: #9A9A9A. Windows color (decimal): -5857188 or 6070438. OLE color: 6070438.

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

Color convert

RGB 166 160 92 -
CMYK 0 0.04 0.45 0.35
HSL 55.14º 0.29% 0.51% -
HSV(B) 55.14º 0.45% 0.65% -
XYZ 30.23 34.02 15.1 -
YUV 154.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 166 160 92 0 0.04 0.45 0.35 55.14 0.29 0.51
Hex A6 A0 5C 0 4 2D 23 37 1D 33
Octal 246 240 134 0 4 55 43 67 35 63
Binary 10100110 10100000 1011100 0 100 101101 100011 110111 11101 110011

Color Harmonies of #A6A05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A05C

Black with #A6A05C

Text Example


Text Example

White with #A6A05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A05C; }

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

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

background-color css

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

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

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

border-color css

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

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

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