Html Css Color HEX #A58825 Hacienda

📋 copy color: '#A58825'

red 165 ◦ green 136 ◦ blue 37

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

Shades of Hacienda #A58825

Tints of Hacienda #A58825

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.24%

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

R = 48.82%
G = 40.24%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A58825 (or 0xA58825) is known color: Hacienda. HEX triplet: A5, 88 and 25. RGB value is (165,136,37). Sum of RGB (Red+Green+Blue) = 165+136+37=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A58825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58825 is #5A77DA. Grayscale: #858585. Windows color (decimal): -5928923 or 2459813. OLE color: 2459813.

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

Color convert

RGB 165 136 37 -
CMYK 0 0.18 0.78 0.35
HSL 46.41º 0.63% 0.4% -
HSV(B) 46.41º 0.78% 0.65% -
XYZ 24.66 25.74 5.42 -
YUV 133.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 165 136 37 0 0.18 0.78 0.35 46.41 0.63 0.4
Hex A5 88 25 0 12 4E 23 2E 3F 28
Octal 245 210 45 0 22 116 43 56 77 50
Binary 10100101 10001000 100101 0 10010 1001110 100011 101110 111111 101000

Color Harmonies of #A58825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58825

Black with #A58825

Text Example


Text Example

White with #A58825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58825; }

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

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

background-color css

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

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

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

border-color css

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

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

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