Html Css Color HEX #A8A061 Gimblet

📋 copy color: '#A8A061'

red 168 ◦ green 160 ◦ blue 97

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

Shades of Gimblet #A8A061

Tints of Gimblet #A8A061

RGB

 RED value IS 168 (66.02% from 255) = 39.53%

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

 BLUE value IS 97 (38.28% from 255) = 22.82%

R = 39.53%
G = 37.65%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A8A061 (or 0xA8A061) is known color: Gimblet. HEX triplet: A8, A0 and 61. RGB value is (168,160,97). Sum of RGB (Red+Green+Blue) = 168+160+97=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A061 is #575F9E. Grayscale: #9B9B9B. Windows color (decimal): -5726111 or 6398120. OLE color: 6398120.

HSL color Cylindrical-coordinate representation of color #A8A061: hue angle of 53.24º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8A061 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 160 97 -
CMYK 0 0.05 0.42 0.34
HSL 53.24º 0.29% 0.52% -
HSV(B) 53.24º 0.42% 0.66% -
XYZ 30.88 34.33 16.31 -
YUV 155.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 168 160 97 0 0.05 0.42 0.34 53.24 0.29 0.52
Hex A8 A0 61 0 5 2A 22 35 1D 34
Octal 250 240 141 0 5 52 42 65 35 64
Binary 10101000 10100000 1100001 0 101 101010 100010 110101 11101 110100

Color Harmonies of #A8A061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A061

Black with #A8A061

Text Example


Text Example

White with #A8A061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A061; }

 p { color: rgb(168,160,97); }

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

background-color css

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

 a { background-color: rgb(168,160,97); }

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

border-color css

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

 span { border-color: rgb(168,160,97); }

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