Html Css Color HEX #A58212 Hacienda

📋 copy color: '#A58212'

red 165 ◦ green 130 ◦ blue 18

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

Shades of Hacienda #A58212

Tints of Hacienda #A58212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 52.72%
G = 41.53%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A58212 (or 0xA58212) is known color: Hacienda. HEX triplet: A5, 82 and 12. RGB value is (165,130,18). Sum of RGB (Red+Green+Blue) = 165+130+18=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A58212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58212 is #5A7DED. Grayscale: #808080. Windows color (decimal): -5930478 or 1213093. OLE color: 1213093.

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

Color convert

RGB 165 130 18 -
CMYK 0 0.21 0.89 0.35
HSL 45.71º 0.8% 0.36% -
HSV(B) 45.71º 0.89% 0.65% -
XYZ 23.61 24.01 3.96 -
YUV 127.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 165 130 18 0 0.21 0.89 0.35 45.71 0.8 0.36
Hex A5 82 12 0 15 59 23 2E 50 24
Octal 245 202 22 0 25 131 43 56 120 44
Binary 10100101 10000010 10010 0 10101 1011001 100011 101110 1010000 100100

Color Harmonies of #A58212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58212

Black with #A58212

Text Example


Text Example

White with #A58212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58212; }

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

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

background-color css

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

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

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

border-color css

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

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

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