Html Css Color HEX #A8A15C Gimblet

📋 copy color: '#A8A15C'

red 168 ◦ green 161 ◦ blue 92

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

Shades of Gimblet #A8A15C

Tints of Gimblet #A8A15C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 39.9%
G = 38.24%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8A15C (or 0xA8A15C) is known color: Gimblet. HEX triplet: A8, A1 and 5C. RGB value is (168,161,92). Sum of RGB (Red+Green+Blue) = 168+161+92=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A15C is #575EA3. Grayscale: #9B9B9B. Windows color (decimal): -5725860 or 6070696. OLE color: 6070696.

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

Color convert

RGB 168 161 92 -
CMYK 0 0.04 0.45 0.34
HSL 54.47º 0.3% 0.51% -
HSV(B) 54.47º 0.45% 0.66% -
XYZ 30.83 34.59 15.18 -
YUV 155.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 168 161 92 0 0.04 0.45 0.34 54.47 0.3 0.51
Hex A8 A1 5C 0 4 2D 22 36 1E 33
Octal 250 241 134 0 4 55 42 66 36 63
Binary 10101000 10100001 1011100 0 100 101101 100010 110110 11110 110011

Color Harmonies of #A8A15C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A15C

Black with #A8A15C

Text Example


Text Example

White with #A8A15C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A15C; }

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

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

background-color css

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

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

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

border-color css

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

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

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