#A9881D

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

Shades of Hacienda #A9881D

Tints of Hacienda #A9881D

Color information

#A9881D (or 0xA9881D) is unknown color: approx Hacienda. HEX triplet: A9, 88 and 1D. RGB value is (169,136,29). Sum of RGB (Red+Green+Blue) = 169+136+29=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A9881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9881D is #5677E2. Grayscale: #868686. Windows color (decimal): -5666787 or 1935529. OLE color: 1935529.

HSL color Cylindrical-coordinate representation of color #A9881D: hue angle of 45.86º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9881D is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB16913629-
CMYK00.200.830.34
HSL45.86º70.71%38.82%-
HSV(B)45.86º82.84%66.27%-
XYZ25.3926.134.87-
YUV133.6768.93153.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.60%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 29 (11.72% from 255) = 8.68%
R=50.60%
G=40.72%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691362900.200.830.3445.8670.7138.82
HexA9881D01453222e4727
Octal25121035024123425610747
Binary10101001100010001110101010010100111000101011101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9881D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9881D; }

 p { color: rgb(169,136,29); }

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

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

 a { background-color: rgb(169,136,29); }

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

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

 span { border-color: rgb(169,136,29); }

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