Html Css Color HEX #A58019 Hacienda

📋 copy color: '#A58019'

red 165 ◦ green 128 ◦ blue 25

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

Shades of Hacienda #A58019

Tints of Hacienda #A58019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 51.89%
G = 40.25%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A58019 (or 0xA58019) is known color: Hacienda. HEX triplet: A5, 80 and 19. RGB value is (165,128,25). Sum of RGB (Red+Green+Blue) = 165+128+25=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A58019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58019 is #5A7FE6. Grayscale: #7F7F7F. Windows color (decimal): -5930983 or 1671333. OLE color: 1671333.

HSL color Cylindrical-coordinate representation of color #A58019: hue angle of 44.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A58019 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 128 25 -
CMYK 0 0.22 0.85 0.35
HSL 44.14º 0.74% 0.37% -
HSV(B) 44.14º 0.85% 0.65% -
XYZ 23.41 23.51 4.22 -
YUV 127.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 165 128 25 0 0.22 0.85 0.35 44.14 0.74 0.37
Hex A5 80 19 0 16 55 23 2C 4A 25
Octal 245 200 31 0 26 125 43 54 112 45
Binary 10100101 10000000 11001 0 10110 1010101 100011 101100 1001010 100101

Color Harmonies of #A58019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58019

Black with #A58019

Text Example


Text Example

White with #A58019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58019; }

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

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

background-color css

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

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

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

border-color css

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

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

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