Html Css Color HEX #A58110 Hacienda

📋 copy color: '#A58110'

red 165 ◦ green 129 ◦ blue 16

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

Shades of Hacienda #A58110

Tints of Hacienda #A58110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.61%

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

R = 53.23%
G = 41.61%
B = 5.16%

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

#A58110 (or 0xA58110) is known color: Hacienda. HEX triplet: A5, 81 and 10. RGB value is (165,129,16). Sum of RGB (Red+Green+Blue) = 165+129+16=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A58110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58110 is #5A7EEF. Grayscale: #7F7F7F. Windows color (decimal): -5930736 or 1081765. OLE color: 1081765.

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

Color convert

RGB 165 129 16 -
CMYK 0 0.22 0.90 0.35
HSL 45.5º 0.82% 0.35% -
HSV(B) 45.5º 0.9% 0.65% -
XYZ 23.46 23.74 3.84 -
YUV 126.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 165 129 16 0 0.22 0.90 0.35 45.5 0.82 0.35
Hex A5 81 10 0 16 5A 23 2E 52 23
Octal 245 201 20 0 26 132 43 56 122 43
Binary 10100101 10000001 10000 0 10110 1011010 100011 101110 1010010 100011

Color Harmonies of #A58110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58110

Black with #A58110

Text Example


Text Example

White with #A58110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58110; }

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

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

background-color css

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

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

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

border-color css

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

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

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