Html Css Color HEX #A58425 Hacienda

📋 copy color: '#A58425'

red 165 ◦ green 132 ◦ blue 37

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

Shades of Hacienda #A58425

Tints of Hacienda #A58425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

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

R = 49.4%
G = 39.52%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A58425 (or 0xA58425) is known color: Hacienda. HEX triplet: A5, 84 and 25. RGB value is (165,132,37). Sum of RGB (Red+Green+Blue) = 165+132+37=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A58425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58425 is #5A7BDA. Grayscale: #838383. Windows color (decimal): -5929947 or 2458789. OLE color: 2458789.

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

Color convert

RGB 165 132 37 -
CMYK 0 0.20 0.78 0.35
HSL 44.53º 0.63% 0.4% -
HSV(B) 44.53º 0.78% 0.65% -
XYZ 24.1 24.64 5.24 -
YUV 131.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 165 132 37 0 0.20 0.78 0.35 44.53 0.63 0.4
Hex A5 84 25 0 14 4E 23 2D 3F 28
Octal 245 204 45 0 24 116 43 55 77 50
Binary 10100101 10000100 100101 0 10100 1001110 100011 101101 111111 101000

Color Harmonies of #A58425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58425

Black with #A58425

Text Example


Text Example

White with #A58425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58425; }

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

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

background-color css

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

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

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

border-color css

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

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

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