Html Css Color HEX #A58716 Hacienda

📋 copy color: '#A58716'

red 165 ◦ green 135 ◦ blue 22

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

Shades of Hacienda #A58716

Tints of Hacienda #A58716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.93%

 BLUE value IS 22 (8.98% from 255) = 6.83%

R = 51.24%
G = 41.93%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A58716 (or 0xA58716) is known color: Hacienda. HEX triplet: A5, 87 and 16. RGB value is (165,135,22). Sum of RGB (Red+Green+Blue) = 165+135+22=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A58716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58716 is #5A78E9. Grayscale: #838383. Windows color (decimal): -5929194 or 1476517. OLE color: 1476517.

HSL color Cylindrical-coordinate representation of color #A58716: hue angle of 47.41º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A58716 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 135 22 -
CMYK 0 0.18 0.87 0.35
HSL 47.41º 0.76% 0.37% -
HSV(B) 47.41º 0.87% 0.65% -
XYZ 24.33 25.39 4.38 -
YUV 131.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 165 135 22 0 0.18 0.87 0.35 47.41 0.76 0.37
Hex A5 87 16 0 12 57 23 2F 4C 25
Octal 245 207 26 0 22 127 43 57 114 45
Binary 10100101 10000111 10110 0 10010 1010111 100011 101111 1001100 100101

Color Harmonies of #A58716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58716

Black with #A58716

Text Example


Text Example

White with #A58716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58716; }

 p { color: rgb(165,135,22); }

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

background-color css

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

 a { background-color: rgb(165,135,22); }

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

border-color css

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

 span { border-color: rgb(165,135,22); }

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