#9A974A

Color #9A974A Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #9A974A

Tints of Highball #9A974A

Color information

#9A974A (or 0x9A974A) is unknown color: approx Highball. HEX triplet: 9A, 97 and 4A. RGB value is (154,151,74). Sum of RGB (Red+Green+Blue) = 154+151+74=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A974A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A974A is #6568B5. Grayscale: #8F8F8F. Windows color (decimal): -6645942 or 4888474. OLE color: 4888474.

HSL color Cylindrical-coordinate representation of color #9A974A: hue angle of 57.75º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A974A is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB15415174-
CMYK00.020.520.40
HSL57.75º35.09%44.71%-
HSV(B)57.75º51.95%60.39%-
XYZ25.6329.510.82-
YUV143.1288.99135.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.63%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=40.63%
G=39.84%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541517400.020.520.4057.7535.0944.71
Hex9A974A0234283a232d
Octal232227112026450724355
Binary10011010100101111001010010110100101000111010100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A974A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A974A; }

 p { color: rgb(154,151,74); }

 H1.HeaderClassName
 {
   color: #9A974A;
 }
 .AnyTagClassName
 {
   color: #9A974A;
 }
</style>
background-color css

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

 a { background-color: rgb(154,151,74); }

 div.DivClassName
 {
   background-color: #9A974A;
 }
 .BgClassName
 {
   background-color: #9A974A;
 }
</style>
border-color css

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

 span { border-color: rgb(154,151,74); }

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