Html Css Color HEX #A58424 Hacienda

📋 copy color: '#A58424'

red 165 ◦ green 132 ◦ blue 36

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

Shades of Hacienda #A58424

Tints of Hacienda #A58424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 49.55%
G = 39.64%
B = 10.81%

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

#A58424 (or 0xA58424) is known color: Hacienda. HEX triplet: A5, 84 and 24. RGB value is (165,132,36). Sum of RGB (Red+Green+Blue) = 165+132+36=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A58424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58424 is #5A7BDB. Grayscale: #838383. Windows color (decimal): -5929948 or 2393253. OLE color: 2393253.

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

Color convert

RGB 165 132 36 -
CMYK 0 0.20 0.78 0.35
HSL 44.65º 0.64% 0.39% -
HSV(B) 44.65º 0.78% 0.65% -
XYZ 24.09 24.63 5.15 -
YUV 130.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 165 132 36 0 0.20 0.78 0.35 44.65 0.64 0.39
Hex A5 84 24 0 14 4E 23 2D 40 27
Octal 245 204 44 0 24 116 43 55 100 47
Binary 10100101 10000100 100100 0 10100 1001110 100011 101101 1000000 100111

Color Harmonies of #A58424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58424

Black with #A58424

Text Example


Text Example

White with #A58424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58424; }

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

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

background-color css

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

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

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

border-color css

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

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

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