#9A974C

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

Shades of Highball #9A974C

Tints of Highball #9A974C

Color information

#9A974C (or 0x9A974C) is unknown color: approx Highball. HEX triplet: 9A, 97 and 4C. RGB value is (154,151,76). Sum of RGB (Red+Green+Blue) = 154+151+76=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A974C is #6568B3. Grayscale: #8F8F8F. Windows color (decimal): -6645940 or 5019546. OLE color: 5019546.

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

Color convert

RGB15415176-
CMYK00.020.510.40
HSL57.69º33.91%45.1%-
HSV(B)57.69º50.65%60.39%-
XYZ25.729.5311.18-
YUV143.3589.99135.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.42%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 76 (30.08% from 255) = 19.95%
R=40.42%
G=39.63%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541517600.020.510.4057.6933.9145.1
Hex9A974C0233283a222d
Octal232227114026350724255
Binary10011010100101111001100010110011101000111010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A974C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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