#9A821B

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

Shades of Hacienda #9A821B

Tints of Hacienda #9A821B

Color information

#9A821B (or 0x9A821B) is unknown color: approx Hacienda. HEX triplet: 9A, 82 and 1B. RGB value is (154,130,27). Sum of RGB (Red+Green+Blue) = 154+130+27=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A821B is #657DE4. Grayscale: #7D7D7D. Windows color (decimal): -6651365 or 1802906. OLE color: 1802906.

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

Color convert

RGB15413027-
CMYK00.160.820.40
HSL48.66º70.17%35.49%-
HSV(B)48.66º82.47%60.39%-
XYZ21.5122.914.33-
YUV125.4372.45148.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.52%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 27 (10.94% from 255) = 8.68%
R=49.52%
G=41.80%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541302700.160.820.4048.6670.1735.49
Hex9A821B0105228314623
Octal23220233020122506110643
Binary10011010100000101101101000010100101010001100011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A821B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,130,27); }

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

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

 a { background-color: rgb(154,130,27); }

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

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

 span { border-color: rgb(154,130,27); }

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