Html Css Color HEX #A58420 Hacienda

📋 copy color: '#A58420'

red 165 ◦ green 132 ◦ blue 32

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

Shades of Hacienda #A58420

Tints of Hacienda #A58420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 32 (12.89% from 255) = 9.73%

R = 50.15%
G = 40.12%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A58420 (or 0xA58420) is known color: Hacienda. HEX triplet: A5, 84 and 20. RGB value is (165,132,32). Sum of RGB (Red+Green+Blue) = 165+132+32=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A58420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58420 is #5A7BDF. Grayscale: #828282. Windows color (decimal): -5929952 or 2131109. OLE color: 2131109.

HSL color Cylindrical-coordinate representation of color #A58420: hue angle of 45.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A58420 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 132 32 -
CMYK 0 0.20 0.81 0.35
HSL 45.11º 0.68% 0.39% -
HSV(B) 45.11º 0.81% 0.65% -
XYZ 24.03 24.61 4.85 -
YUV 130.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 165 132 32 0 0.20 0.81 0.35 45.11 0.68 0.39
Hex A5 84 20 0 14 51 23 2D 44 27
Octal 245 204 40 0 24 121 43 55 104 47
Binary 10100101 10000100 100000 0 10100 1010001 100011 101101 1000100 100111

Color Harmonies of #A58420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58420

Black with #A58420

Text Example


Text Example

White with #A58420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58420; }

 p { color: rgb(165,132,32); }

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

background-color css

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

 a { background-color: rgb(165,132,32); }

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

border-color css

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

 span { border-color: rgb(165,132,32); }

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