#9A880E

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

Shades of Hacienda #9A880E

Tints of Hacienda #9A880E

Color information

#9A880E (or 0x9A880E) is unknown color: approx Hacienda. HEX triplet: 9A, 88 and 0E. RGB value is (154,136,14). Sum of RGB (Red+Green+Blue) = 154+136+14=304 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.66% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 154 - color contains mainly: red. Hex color #9A880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A880E is #6577F1. Grayscale: #7F7F7F. Windows color (decimal): -6649842 or 952474. OLE color: 952474.

HSL color Cylindrical-coordinate representation of color #9A880E: hue angle of 52.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A880E is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB15413614-
CMYK00.120.910.40
HSL52.29º83.33%32.94%-
HSV(B)52.29º90.91%60.39%-
XYZ22.2124.513.98-
YUV127.4763.96146.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50.66%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 14 (5.86% from 255) = 4.61%
R=50.66%
G=44.74%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541361400.120.910.4052.2983.3332.94
Hex9A88E0C5B28345321
Octal23221016014133506412341
Binary100110101000100011100110010110111010001101001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,136,14); }

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

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

 a { background-color: rgb(154,136,14); }

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

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

 span { border-color: rgb(154,136,14); }

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