Html Css Color HEX #A8A263 Gimblet

📋 copy color: '#A8A263'

red 168 ◦ green 162 ◦ blue 99

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

Shades of Gimblet #A8A263

Tints of Gimblet #A8A263

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.76%

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

R = 39.16%
G = 37.76%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A8A263 (or 0xA8A263) is known color: Gimblet. HEX triplet: A8, A2 and 63. RGB value is (168,162,99). Sum of RGB (Red+Green+Blue) = 168+162+99=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A263 is #575D9C. Grayscale: #9C9C9C. Windows color (decimal): -5725597 or 6529704. OLE color: 6529704.

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

Color convert

RGB 168 162 99 -
CMYK 0 0.04 0.41 0.34
HSL 54.78º 0.28% 0.52% -
HSV(B) 54.78º 0.41% 0.66% -
XYZ 31.32 35.07 16.92 -
YUV 156.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 168 162 99 0 0.04 0.41 0.34 54.78 0.28 0.52
Hex A8 A2 63 0 4 29 22 37 1C 34
Octal 250 242 143 0 4 51 42 67 34 64
Binary 10101000 10100010 1100011 0 100 101001 100010 110111 11100 110100

Color Harmonies of #A8A263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A263

Black with #A8A263

Text Example


Text Example

White with #A8A263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A263; }

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

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

background-color css

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

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

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

border-color css

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

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

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