Html Css Color HEX #A58011 Hacienda

📋 copy color: '#A58011'

red 165 ◦ green 128 ◦ blue 17

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

Shades of Hacienda #A58011

Tints of Hacienda #A58011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 53.23%
G = 41.29%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A58011 (or 0xA58011) is known color: Hacienda. HEX triplet: A5, 80 and 11. RGB value is (165,128,17). Sum of RGB (Red+Green+Blue) = 165+128+17=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A58011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58011 is #5A7FEE. Grayscale: #7E7E7E. Windows color (decimal): -5930991 or 1147045. OLE color: 1147045.

HSL color Cylindrical-coordinate representation of color #A58011: hue angle of 45º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A58011 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 128 17 -
CMYK 0 0.22 0.90 0.35
HSL 45º 0.81% 0.36% -
HSV(B) 45º 0.9% 0.65% -
XYZ 23.34 23.48 3.83 -
YUV 126.41 66.26 155.53 -
System Red Green Blue C M Y K H S L
Decimal 165 128 17 0 0.22 0.90 0.35 45 0.81 0.36
Hex A5 80 11 0 16 5A 23 2D 51 24
Octal 245 200 21 0 26 132 43 55 121 44
Binary 10100101 10000000 10001 0 10110 1011010 100011 101101 1010001 100100

Color Harmonies of #A58011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58011

Black with #A58011

Text Example


Text Example

White with #A58011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58011; }

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

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

background-color css

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

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

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

border-color css

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

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

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