Html Css Color HEX #A8A363 Gimblet

📋 copy color: '#A8A363'

red 168 ◦ green 163 ◦ blue 99

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

Shades of Gimblet #A8A363

Tints of Gimblet #A8A363

RGB

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

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

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

R = 39.07%
G = 37.91%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A8A363 (or 0xA8A363) is known color: Gimblet. HEX triplet: A8, A3 and 63. RGB value is (168,163,99). Sum of RGB (Red+Green+Blue) = 168+163+99=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A363 is #575C9C. Grayscale: #9D9D9D. Windows color (decimal): -5725341 or 6529960. OLE color: 6529960.

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

Color convert

RGB 168 163 99 -
CMYK 0 0.03 0.41 0.34
HSL 55.65º 0.28% 0.52% -
HSV(B) 55.65º 0.41% 0.66% -
XYZ 31.5 35.42 16.98 -
YUV 157.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 168 163 99 0 0.03 0.41 0.34 55.65 0.28 0.52
Hex A8 A3 63 0 3 29 22 38 1C 34
Octal 250 243 143 0 3 51 42 70 34 64
Binary 10101000 10100011 1100011 0 11 101001 100010 111000 11100 110100

Color Harmonies of #A8A363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A363

Black with #A8A363

Text Example


Text Example

White with #A8A363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A363; }

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

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

background-color css

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

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

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

border-color css

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

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

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