#A67B1D

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

Shades of Hacienda #A67B1D

Tints of Hacienda #A67B1D

Color information

#A67B1D (or 0xA67B1D) is unknown color: approx Hacienda. HEX triplet: A6, 7B and 1D. RGB value is (166,123,29). Sum of RGB (Red+Green+Blue) = 166+123+29=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67B1D is #5984E2. Grayscale: #7D7D7D. Windows color (decimal): -5866723 or 1932198. OLE color: 1932198.

HSL color Cylindrical-coordinate representation of color #A67B1D: hue angle of 41.17º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A67B1D is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB16612329-
CMYK00.260.830.35
HSL41.17º70.26%38.24%-
HSV(B)41.17º82.53%65.1%-
XYZ23.0322.364.26-
YUV125.1473.75157.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.20%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 29 (11.72% from 255) = 9.12%
R=52.20%
G=38.68%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661232900.260.830.3541.1770.2638.24
HexA67B1D01A5323294626
Octal24617335032123435110646
Binary1010011011110111110101101010100111000111010011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B1D; }

 p { color: rgb(166,123,29); }

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

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

 a { background-color: rgb(166,123,29); }

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

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

 span { border-color: rgb(166,123,29); }

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