Html Css Color HEX #A8A062 Gimblet

📋 copy color: '#A8A062'

red 168 ◦ green 160 ◦ blue 98

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

Shades of Gimblet #A8A062

Tints of Gimblet #A8A062

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

 BLUE value IS 98 (38.67% from 255) = 23%

R = 39.44%
G = 37.56%
B = 23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A8A062 (or 0xA8A062) is known color: Gimblet. HEX triplet: A8, A0 and 62. RGB value is (168,160,98). Sum of RGB (Red+Green+Blue) = 168+160+98=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A062 is #575F9D. Grayscale: #9B9B9B. Windows color (decimal): -5726110 or 6463656. OLE color: 6463656.

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

Color convert

RGB 168 160 98 -
CMYK 0 0.05 0.42 0.34
HSL 53.14º 0.29% 0.52% -
HSV(B) 53.14º 0.42% 0.66% -
XYZ 30.92 34.35 16.56 -
YUV 155.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 168 160 98 0 0.05 0.42 0.34 53.14 0.29 0.52
Hex A8 A0 62 0 5 2A 22 35 1D 34
Octal 250 240 142 0 5 52 42 65 35 64
Binary 10101000 10100000 1100010 0 101 101010 100010 110101 11101 110100

Color Harmonies of #A8A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A062

Black with #A8A062

Text Example


Text Example

White with #A8A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A062; }

 p { color: rgb(168,160,98); }

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

background-color css

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

 a { background-color: rgb(168,160,98); }

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

border-color css

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

 span { border-color: rgb(168,160,98); }

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