#A98B26

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

Shades of Hacienda #A98B26

Tints of Hacienda #A98B26

Color information

#A98B26 (or 0xA98B26) is unknown color: approx Hacienda. HEX triplet: A9, 8B and 26. RGB value is (169,139,38). Sum of RGB (Red+Green+Blue) = 169+139+38=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 139 (54.69% from 255 or 40.17% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A98B26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98B26 is #5674D9. Grayscale: #888888. Windows color (decimal): -5666010 or 2526121. OLE color: 2526121.

HSL color Cylindrical-coordinate representation of color #A98B26: hue angle of 46.26º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A98B26 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB16913938-
CMYK00.180.780.34
HSL46.26º63.29%40.59%-
HSV(B)46.26º77.51%66.27%-
XYZ25.9427.045.69-
YUV136.4672.44151.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.84%
GREEN value IS 139 (54.69% from 255) = 40.17%
BLUE value IS 38 (15.23% from 255) = 10.98%
R=48.84%
G=40.17%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691393800.180.780.3446.2663.2940.59
HexA98B260124E222e3f29
Octal2512134602211642567751
Binary10101001100010111001100100101001110100010101110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98B26; }

 p { color: rgb(169,139,38); }

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

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

 a { background-color: rgb(169,139,38); }

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

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

 span { border-color: rgb(169,139,38); }

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