Html Css Color HEX #A58525 Hacienda

📋 copy color: '#A58525'

red 165 ◦ green 133 ◦ blue 37

#A58525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #A58525

Tints of Hacienda #A58525

RGB

 RED value IS 165 (64.84% from 255) = 49.25%

 GREEN value IS 133 (52.34% from 255) = 39.7%

 BLUE value IS 37 (14.84% from 255) = 11.04%

R = 49.25%
G = 39.7%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A58525 (or 0xA58525) is known color: Hacienda. HEX triplet: A5, 85 and 25. RGB value is (165,133,37). Sum of RGB (Red+Green+Blue) = 165+133+37=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A58525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58525 is #5A7ADA. Grayscale: #848484. Windows color (decimal): -5929691 or 2459045. OLE color: 2459045.

HSL color Cylindrical-coordinate representation of color #A58525: hue angle of 45º 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 #A58525 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 133 37 -
CMYK 0 0.19 0.78 0.35
HSL 45º 0.63% 0.4% -
HSV(B) 45º 0.78% 0.65% -
XYZ 24.24 24.91 5.28 -
YUV 131.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 165 133 37 0 0.19 0.78 0.35 45 0.63 0.4
Hex A5 85 25 0 13 4E 23 2D 3F 28
Octal 245 205 45 0 23 116 43 55 77 50
Binary 10100101 10000101 100101 0 10011 1001110 100011 101101 111111 101000

Color Harmonies of #A58525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58525

Black with #A58525

Text Example


Text Example

White with #A58525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58525; }

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

 H1.HeaderClassName
 {
   color: #A58525;
 }
 .AnyTagClassName
 {
   color: #A58525;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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