Html Css Color HEX #A8A464 Gimblet

📋 copy color: '#A8A464'

red 168 ◦ green 164 ◦ blue 100

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

Shades of Gimblet #A8A464

Tints of Gimblet #A8A464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.15%

R = 38.89%
G = 37.96%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#A8A464 (or 0xA8A464) is known color: Gimblet. HEX triplet: A8, A4 and 64. RGB value is (168,164,100). Sum of RGB (Red+Green+Blue) = 168+164+100=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A464 is #575B9B. Grayscale: #9E9E9E. Windows color (decimal): -5725084 or 6595752. OLE color: 6595752.

HSL color Cylindrical-coordinate representation of color #A8A464: hue angle of 56.47º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8A464 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 164 100 -
CMYK 0 0.02 0.40 0.34
HSL 56.47º 0.28% 0.53% -
HSV(B) 56.47º 0.4% 0.66% -
XYZ 31.72 35.8 17.29 -
YUV 157.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 168 164 100 0 0.02 0.40 0.34 56.47 0.28 0.53
Hex A8 A4 64 0 2 28 22 38 1C 35
Octal 250 244 144 0 2 50 42 70 34 65
Binary 10101000 10100100 1100100 0 10 101000 100010 111000 11100 110101

Color Harmonies of #A8A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A464

Black with #A8A464

Text Example


Text Example

White with #A8A464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A464; }

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

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

background-color css

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

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

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

border-color css

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

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

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