Html Css Color HEX #A58720 Hacienda

📋 copy color: '#A58720'

red 165 ◦ green 135 ◦ blue 32

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

Shades of Hacienda #A58720

Tints of Hacienda #A58720

RGB

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

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

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

R = 49.7%
G = 40.66%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A58720 (or 0xA58720) is known color: Hacienda. HEX triplet: A5, 87 and 20. RGB value is (165,135,32). Sum of RGB (Red+Green+Blue) = 165+135+32=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A58720 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58720 is #5A78DF. Grayscale: #848484. Windows color (decimal): -5929184 or 2131877. OLE color: 2131877.

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

Color convert

RGB 165 135 32 -
CMYK 0 0.18 0.81 0.35
HSL 46.47º 0.68% 0.39% -
HSV(B) 46.47º 0.81% 0.65% -
XYZ 24.44 25.43 4.99 -
YUV 132.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 165 135 32 0 0.18 0.81 0.35 46.47 0.68 0.39
Hex A5 87 20 0 12 51 23 2E 44 27
Octal 245 207 40 0 22 121 43 56 104 47
Binary 10100101 10000111 100000 0 10010 1010001 100011 101110 1000100 100111

Color Harmonies of #A58720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58720

Black with #A58720

Text Example


Text Example

White with #A58720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58720; }

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

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

background-color css

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

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

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

border-color css

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

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

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