Html Css Color HEX #A8A461 Gimblet

📋 copy color: '#A8A461'

red 168 ◦ green 164 ◦ blue 97

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

Shades of Gimblet #A8A461

Tints of Gimblet #A8A461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

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

R = 39.16%
G = 38.23%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A8A461 (or 0xA8A461) is known color: Gimblet. HEX triplet: A8, A4 and 61. RGB value is (168,164,97). Sum of RGB (Red+Green+Blue) = 168+164+97=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A461 is #575B9E. Grayscale: #9D9D9D. Windows color (decimal): -5725087 or 6399144. OLE color: 6399144.

HSL color Cylindrical-coordinate representation of color #A8A461: hue angle of 56.62º 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 #A8A461 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 164 97 -
CMYK 0 0.02 0.42 0.34
HSL 56.62º 0.29% 0.52% -
HSV(B) 56.62º 0.42% 0.66% -
XYZ 31.58 35.74 16.54 -
YUV 157.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 168 164 97 0 0.02 0.42 0.34 56.62 0.29 0.52
Hex A8 A4 61 0 2 2A 22 39 1D 34
Octal 250 244 141 0 2 52 42 71 35 64
Binary 10101000 10100100 1100001 0 10 101010 100010 111001 11101 110100

Color Harmonies of #A8A461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A461

Black with #A8A461

Text Example


Text Example

White with #A8A461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A461; }

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

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

background-color css

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

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

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

border-color css

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

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

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