Html Css Color HEX #A58217 Hacienda

📋 copy color: '#A58217'

red 165 ◦ green 130 ◦ blue 23

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

Shades of Hacienda #A58217

Tints of Hacienda #A58217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.88%

 BLUE value IS 23 (9.38% from 255) = 7.23%

R = 51.89%
G = 40.88%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A58217 (or 0xA58217) is known color: Hacienda. HEX triplet: A5, 82 and 17. RGB value is (165,130,23). Sum of RGB (Red+Green+Blue) = 165+130+23=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A58217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58217 is #5A7DE8. Grayscale: #808080. Windows color (decimal): -5930473 or 1540773. OLE color: 1540773.

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

Color convert

RGB 165 130 23 -
CMYK 0 0.21 0.86 0.35
HSL 45.21º 0.76% 0.37% -
HSV(B) 45.21º 0.86% 0.65% -
XYZ 23.65 24.03 4.2 -
YUV 128.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 165 130 23 0 0.21 0.86 0.35 45.21 0.76 0.37
Hex A5 82 17 0 15 56 23 2D 4C 25
Octal 245 202 27 0 25 126 43 55 114 45
Binary 10100101 10000010 10111 0 10101 1010110 100011 101101 1001100 100101

Color Harmonies of #A58217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58217

Black with #A58217

Text Example


Text Example

White with #A58217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58217; }

 p { color: rgb(165,130,23); }

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

background-color css

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

 a { background-color: rgb(165,130,23); }

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

border-color css

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

 span { border-color: rgb(165,130,23); }

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