Html Css Color HEX #A58215 Hacienda

📋 copy color: '#A58215'

red 165 ◦ green 130 ◦ blue 21

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

Shades of Hacienda #A58215

Tints of Hacienda #A58215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 52.22%
G = 41.14%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A58215 (or 0xA58215) is known color: Hacienda. HEX triplet: A5, 82 and 15. RGB value is (165,130,21). Sum of RGB (Red+Green+Blue) = 165+130+21=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A58215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58215 is #5A7DEA. Grayscale: #808080. Windows color (decimal): -5930475 or 1409701. OLE color: 1409701.

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

Color convert

RGB 165 130 21 -
CMYK 0 0.21 0.87 0.35
HSL 45.42º 0.77% 0.36% -
HSV(B) 45.42º 0.87% 0.65% -
XYZ 23.64 24.02 4.1 -
YUV 128.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 165 130 21 0 0.21 0.87 0.35 45.42 0.77 0.36
Hex A5 82 15 0 15 57 23 2D 4D 24
Octal 245 202 25 0 25 127 43 55 115 44
Binary 10100101 10000010 10101 0 10101 1010111 100011 101101 1001101 100100

Color Harmonies of #A58215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58215

Black with #A58215

Text Example


Text Example

White with #A58215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58215; }

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

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

background-color css

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

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

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

border-color css

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

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

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