#A68429

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

Shades of Hacienda #A68429

Tints of Hacienda #A68429

Color information

#A68429 (or 0xA68429) is unknown color: approx Hacienda. HEX triplet: A6, 84 and 29. RGB value is (166,132,41). Sum of RGB (Red+Green+Blue) = 166+132+41=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A68429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68429 is #597BD6. Grayscale: #848484. Windows color (decimal): -5864407 or 2720934. OLE color: 2720934.

HSL color Cylindrical-coordinate representation of color #A68429: hue angle of 43.68º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A68429 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB16613241-
CMYK00.200.750.35
HSL43.68º60.39%40.59%-
HSV(B)43.68º75.3%65.1%-
XYZ24.3824.775.59-
YUV131.7976.76152.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 41 (16.41% from 255) = 12.09%
R=48.97%
G=38.94%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661324100.200.750.3543.6860.3940.59
HexA684290144B232c3c29
Octal2462045102411343547451
Binary10100110100001001010010101001001011100011101100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68429; }

 p { color: rgb(166,132,41); }

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

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

 a { background-color: rgb(166,132,41); }

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

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

 span { border-color: rgb(166,132,41); }

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