Html Css Color HEX #A58313 Hacienda

📋 copy color: '#A58313'

red 165 ◦ green 131 ◦ blue 19

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

Shades of Hacienda #A58313

Tints of Hacienda #A58313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

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

R = 52.38%
G = 41.59%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A58313 (or 0xA58313) is known color: Hacienda. HEX triplet: A5, 83 and 13. RGB value is (165,131,19). Sum of RGB (Red+Green+Blue) = 165+131+19=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A58313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58313 is #5A7CEC. Grayscale: #808080. Windows color (decimal): -5930221 or 1278885. OLE color: 1278885.

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

Color convert

RGB 165 131 19 -
CMYK 0 0.21 0.88 0.35
HSL 46.03º 0.79% 0.36% -
HSV(B) 46.03º 0.88% 0.65% -
XYZ 23.75 24.28 4.05 -
YUV 128.4 66.26 154.11 -
System Red Green Blue C M Y K H S L
Decimal 165 131 19 0 0.21 0.88 0.35 46.03 0.79 0.36
Hex A5 83 13 0 15 58 23 2E 4F 24
Octal 245 203 23 0 25 130 43 56 117 44
Binary 10100101 10000011 10011 0 10101 1011000 100011 101110 1001111 100100

Color Harmonies of #A58313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58313

Black with #A58313

Text Example


Text Example

White with #A58313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58313; }

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

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

background-color css

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

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

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

border-color css

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

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

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