Html Css Color HEX #A58513 Hacienda

📋 copy color: '#A58513'

red 165 ◦ green 133 ◦ blue 19

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

Shades of Hacienda #A58513

Tints of Hacienda #A58513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 52.05%
G = 41.96%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A58513 (or 0xA58513) is known color: Hacienda. HEX triplet: A5, 85 and 13. RGB value is (165,133,19). Sum of RGB (Red+Green+Blue) = 165+133+19=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A58513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58513 is #5A7AEC. Grayscale: #828282. Windows color (decimal): -5929709 or 1279397. OLE color: 1279397.

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

Color convert

RGB 165 133 19 -
CMYK 0 0.19 0.88 0.35
HSL 46.85º 0.79% 0.36% -
HSV(B) 46.85º 0.88% 0.65% -
XYZ 24.02 24.82 4.14 -
YUV 129.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 165 133 19 0 0.19 0.88 0.35 46.85 0.79 0.36
Hex A5 85 13 0 13 58 23 2F 4F 24
Octal 245 205 23 0 23 130 43 57 117 44
Binary 10100101 10000101 10011 0 10011 1011000 100011 101111 1001111 100100

Color Harmonies of #A58513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58513

Black with #A58513

Text Example


Text Example

White with #A58513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58513; }

 p { color: rgb(165,133,19); }

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

background-color css

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

 a { background-color: rgb(165,133,19); }

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

border-color css

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

 span { border-color: rgb(165,133,19); }

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