Html Css Color HEX #A58010 Hacienda

📋 copy color: '#A58010'

red 165 ◦ green 128 ◦ blue 16

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

Shades of Hacienda #A58010

Tints of Hacienda #A58010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.18%

R = 53.4%
G = 41.42%
B = 5.18%

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

#A58010 (or 0xA58010) is known color: Hacienda. HEX triplet: A5, 80 and 10. RGB value is (165,128,16). Sum of RGB (Red+Green+Blue) = 165+128+16=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A58010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58010 is #5A7FEF. Grayscale: #7E7E7E. Windows color (decimal): -5930992 or 1081509. OLE color: 1081509.

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

Color convert

RGB 165 128 16 -
CMYK 0 0.22 0.90 0.35
HSL 45.1º 0.82% 0.35% -
HSV(B) 45.1º 0.9% 0.65% -
XYZ 23.33 23.48 3.79 -
YUV 126.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 165 128 16 0 0.22 0.90 0.35 45.1 0.82 0.35
Hex A5 80 10 0 16 5A 23 2D 52 23
Octal 245 200 20 0 26 132 43 55 122 43
Binary 10100101 10000000 10000 0 10110 1011010 100011 101101 1010010 100011

Color Harmonies of #A58010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58010

Black with #A58010

Text Example


Text Example

White with #A58010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58010; }

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

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

background-color css

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

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

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

border-color css

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

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

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