Html Css Color HEX #A8A361 Gimblet

📋 copy color: '#A8A361'

red 168 ◦ green 163 ◦ blue 97

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

Shades of Gimblet #A8A361

Tints of Gimblet #A8A361

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.08%

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

R = 39.25%
G = 38.08%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A8A361 (or 0xA8A361) is known color: Gimblet. HEX triplet: A8, A3 and 61. RGB value is (168,163,97). Sum of RGB (Red+Green+Blue) = 168+163+97=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A361 is #575C9E. Grayscale: #9D9D9D. Windows color (decimal): -5725343 or 6398888. OLE color: 6398888.

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

Color convert

RGB 168 163 97 -
CMYK 0 0.03 0.42 0.34
HSL 55.77º 0.29% 0.52% -
HSV(B) 55.77º 0.42% 0.66% -
XYZ 31.4 35.38 16.48 -
YUV 156.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 168 163 97 0 0.03 0.42 0.34 55.77 0.29 0.52
Hex A8 A3 61 0 3 2A 22 38 1D 34
Octal 250 243 141 0 3 52 42 70 35 64
Binary 10101000 10100011 1100001 0 11 101010 100010 111000 11101 110100

Color Harmonies of #A8A361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A361

Black with #A8A361

Text Example


Text Example

White with #A8A361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A361; }

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

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

background-color css

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

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

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

border-color css

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

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

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