Html Css Color HEX #A58124 Hacienda

📋 copy color: '#A58124'

red 165 ◦ green 129 ◦ blue 36

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

Shades of Hacienda #A58124

Tints of Hacienda #A58124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

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

R = 50%
G = 39.09%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A58124 (or 0xA58124) is known color: Hacienda. HEX triplet: A5, 81 and 24. RGB value is (165,129,36). Sum of RGB (Red+Green+Blue) = 165+129+36=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A58124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58124 is #5A7EDB. Grayscale: #818181. Windows color (decimal): -5930716 or 2392485. OLE color: 2392485.

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

Color convert

RGB 165 129 36 -
CMYK 0 0.22 0.78 0.35
HSL 43.26º 0.64% 0.39% -
HSV(B) 43.26º 0.78% 0.65% -
XYZ 23.69 23.83 5.02 -
YUV 129.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 165 129 36 0 0.22 0.78 0.35 43.26 0.64 0.39
Hex A5 81 24 0 16 4E 23 2B 40 27
Octal 245 201 44 0 26 116 43 53 100 47
Binary 10100101 10000001 100100 0 10110 1001110 100011 101011 1000000 100111

Color Harmonies of #A58124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58124

Black with #A58124

Text Example


Text Example

White with #A58124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58124; }

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

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

background-color css

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

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

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

border-color css

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

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

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