#a58b25

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

Shades of Hacienda #A58B25

Tints of Hacienda #A58B25

Color information

#A58B25 (or 0xA58B25) is unknown color: approx Hacienda. HEX triplet: A5, 8B and 25. RGB value is (165,139,37). Sum of RGB (Red+Green+Blue) = 165+139+37=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58B25 is #5A74DA. Grayscale: #878787. Windows color (decimal): -5928155 or 2460581. OLE color: 2460581.

HSL color Cylindrical-coordinate representation of color #A58B25: hue angle of 47.81º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A58B25 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB16513937-
CMYK00.160.780.35
HSL47.81º63.37%39.61%-
HSV(B)47.81º77.58%64.71%-
XYZ25.0826.65.56-
YUV135.1572.61149.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.39%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 37 (14.84% from 255) = 10.85%
R=48.39%
G=40.76%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651393700.160.780.3547.8163.3739.61
HexA58B250104E23303f28
Octal2452134502011643607750
Binary10100101100010111001010100001001110100011110000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58b25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58b25; }

 p { color: rgb(165,139,37); }

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

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

 a { background-color: rgb(165,139,37); }

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

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

 span { border-color: rgb(165,139,37); }

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