#A67B22

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

Shades of Hacienda #A67B22

Tints of Hacienda #A67B22

Color information

#A67B22 (or 0xA67B22) is unknown color: approx Hacienda. HEX triplet: A6, 7B and 22. RGB value is (166,123,34). Sum of RGB (Red+Green+Blue) = 166+123+34=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67B22 is #5984DD. Grayscale: #7E7E7E. Windows color (decimal): -5866718 or 2259878. OLE color: 2259878.

HSL color Cylindrical-coordinate representation of color #A67B22: hue angle of 40.45º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A67B22 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB16612334-
CMYK00.260.800.35
HSL40.45º66%39.22%-
HSV(B)40.45º79.52%65.1%-
XYZ23.122.394.62-
YUV125.7176.25156.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=51.39%
G=38.08%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661233400.260.800.3540.456639.22
HexA67B2201A5023284227
Octal24617342032120435010247
Binary10100110111101110001001101010100001000111010001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67B22; }

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

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

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

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

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

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

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

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