Html Css Color HEX #A8A15E Gimblet

📋 copy color: '#A8A15E'

red 168 ◦ green 161 ◦ blue 94

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

Shades of Gimblet #A8A15E

Tints of Gimblet #A8A15E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.06%

 BLUE value IS 94 (37.11% from 255) = 22.22%

R = 39.72%
G = 38.06%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8A15E (or 0xA8A15E) is known color: Gimblet. HEX triplet: A8, A1 and 5E. RGB value is (168,161,94). Sum of RGB (Red+Green+Blue) = 168+161+94=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A15E is #575EA1. Grayscale: #9B9B9B. Windows color (decimal): -5725858 or 6201768. OLE color: 6201768.

HSL color Cylindrical-coordinate representation of color #A8A15E: hue angle of 54.32º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8A15E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 161 94 -
CMYK 0 0.04 0.44 0.34
HSL 54.32º 0.3% 0.51% -
HSV(B) 54.32º 0.44% 0.66% -
XYZ 30.91 34.62 15.64 -
YUV 155.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 168 161 94 0 0.04 0.44 0.34 54.32 0.3 0.51
Hex A8 A1 5E 0 4 2C 22 36 1E 33
Octal 250 241 136 0 4 54 42 66 36 63
Binary 10101000 10100001 1011110 0 100 101100 100010 110110 11110 110011

Color Harmonies of #A8A15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A15E

Black with #A8A15E

Text Example


Text Example

White with #A8A15E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A15E; }

 p { color: rgb(168,161,94); }

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

background-color css

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

 a { background-color: rgb(168,161,94); }

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

border-color css

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

 span { border-color: rgb(168,161,94); }

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