Html Css Color HEX #A8A463 Gimblet

📋 copy color: '#A8A463'

red 168 ◦ green 164 ◦ blue 99

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

Shades of Gimblet #A8A463

Tints of Gimblet #A8A463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.97%

R = 38.98%
G = 38.05%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A8A463 (or 0xA8A463) is known color: Gimblet. HEX triplet: A8, A4 and 63. RGB value is (168,164,99). Sum of RGB (Red+Green+Blue) = 168+164+99=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 99 (39.06% from 255 or 22.97% from 431); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A463 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A463 is #575B9C. Grayscale: #9E9E9E. Windows color (decimal): -5725085 or 6530216. OLE color: 6530216.

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

Color convert

RGB 168 164 99 -
CMYK 0 0.02 0.41 0.34
HSL 56.52º 0.28% 0.52% -
HSV(B) 56.52º 0.41% 0.66% -
XYZ 31.68 35.78 17.04 -
YUV 157.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 168 164 99 0 0.02 0.41 0.34 56.52 0.28 0.52
Hex A8 A4 63 0 2 29 22 39 1C 34
Octal 250 244 143 0 2 51 42 71 34 64
Binary 10101000 10100100 1100011 0 10 101001 100010 111001 11100 110100

Color Harmonies of #A8A463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A463

Black with #A8A463

Text Example


Text Example

White with #A8A463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A463; }

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

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

background-color css

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

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

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

border-color css

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

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

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