Html Css Color HEX #A58314 Hacienda

📋 copy color: '#A58314'

red 165 ◦ green 131 ◦ blue 20

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

Shades of Hacienda #A58314

Tints of Hacienda #A58314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

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

R = 52.22%
G = 41.46%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A58314 (or 0xA58314) is known color: Hacienda. HEX triplet: A5, 83 and 14. RGB value is (165,131,20). Sum of RGB (Red+Green+Blue) = 165+131+20=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A58314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58314 is #5A7CEB. Grayscale: #808080. Windows color (decimal): -5930220 or 1344421. OLE color: 1344421.

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

Color convert

RGB 165 131 20 -
CMYK 0 0.21 0.88 0.35
HSL 45.93º 0.78% 0.36% -
HSV(B) 45.93º 0.88% 0.65% -
XYZ 23.76 24.28 4.1 -
YUV 128.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 165 131 20 0 0.21 0.88 0.35 45.93 0.78 0.36
Hex A5 83 14 0 15 58 23 2E 4E 24
Octal 245 203 24 0 25 130 43 56 116 44
Binary 10100101 10000011 10100 0 10101 1011000 100011 101110 1001110 100100

Color Harmonies of #A58314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58314

Black with #A58314

Text Example


Text Example

White with #A58314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58314; }

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

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

background-color css

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

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

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

border-color css

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

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

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