Html Css Color HEX #A58014 Hacienda

📋 copy color: '#A58014'

red 165 ◦ green 128 ◦ blue 20

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

Shades of Hacienda #A58014

Tints of Hacienda #A58014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 52.72%
G = 40.89%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A58014 (or 0xA58014) is known color: Hacienda. HEX triplet: A5, 80 and 14. RGB value is (165,128,20). Sum of RGB (Red+Green+Blue) = 165+128+20=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A58014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58014 is #5A7FEB. Grayscale: #7F7F7F. Windows color (decimal): -5930988 or 1343653. OLE color: 1343653.

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

Color convert

RGB 165 128 20 -
CMYK 0 0.22 0.88 0.35
HSL 44.69º 0.78% 0.36% -
HSV(B) 44.69º 0.88% 0.65% -
XYZ 23.36 23.49 3.96 -
YUV 126.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 165 128 20 0 0.22 0.88 0.35 44.69 0.78 0.36
Hex A5 80 14 0 16 58 23 2D 4E 24
Octal 245 200 24 0 26 130 43 55 116 44
Binary 10100101 10000000 10100 0 10110 1011000 100011 101101 1001110 100100

Color Harmonies of #A58014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58014

Black with #A58014

Text Example


Text Example

White with #A58014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58014; }

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

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

background-color css

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

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

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

border-color css

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

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

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