Html Css Color HEX #A58024 Hacienda

📋 copy color: '#A58024'

red 165 ◦ green 128 ◦ blue 36

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

Shades of Hacienda #A58024

Tints of Hacienda #A58024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

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

R = 50.15%
G = 38.91%
B = 10.94%

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

#A58024 (or 0xA58024) is known color: Hacienda. HEX triplet: A5, 80 and 24. RGB value is (165,128,36). Sum of RGB (Red+Green+Blue) = 165+128+36=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A58024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58024 is #5A7FDB. Grayscale: #808080. Windows color (decimal): -5930972 or 2392229. OLE color: 2392229.

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

Color convert

RGB 165 128 36 -
CMYK 0 0.22 0.78 0.35
HSL 42.79º 0.64% 0.39% -
HSV(B) 42.79º 0.78% 0.65% -
XYZ 23.55 23.57 4.98 -
YUV 128.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 165 128 36 0 0.22 0.78 0.35 42.79 0.64 0.39
Hex A5 80 24 0 16 4E 23 2B 40 27
Octal 245 200 44 0 26 116 43 53 100 47
Binary 10100101 10000000 100100 0 10110 1001110 100011 101011 1000000 100111

Color Harmonies of #A58024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58024

Black with #A58024

Text Example


Text Example

White with #A58024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58024; }

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

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

background-color css

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

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

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

border-color css

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

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

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