#a07b23

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

Shades of Hacienda #A07B23

Tints of Hacienda #A07B23

Color information

#A07B23 (or 0xA07B23) is unknown color: approx Hacienda. HEX triplet: A0, 7B and 23. RGB value is (160,123,35). Sum of RGB (Red+Green+Blue) = 160+123+35=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07B23 is #5F84DC. Grayscale: #7C7C7C. Windows color (decimal): -6259933 or 2325408. OLE color: 2325408.

HSL color Cylindrical-coordinate representation of color #A07B23: hue angle of 42.24º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A07B23 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB16012335-
CMYK00.230.780.37
HSL42.24º64.1%38.24%-
HSV(B)42.24º78.12%62.75%-
XYZ21.8821.764.64-
YUV124.0377.76153.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 35 (14.06% from 255) = 11.01%
R=50.31%
G=38.68%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601233500.230.780.3742.2464.138.24
HexA07B230174E252a4026
Octal24017343027116455210046
Binary10100000111101110001101011110011101001011010101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a07b23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a07b23; }

 p { color: rgb(160,123,35); }

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

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

 a { background-color: rgb(160,123,35); }

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

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

 span { border-color: rgb(160,123,35); }

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