Html Css Color HEX #A5831F Hacienda

📋 copy color: '#A5831F'

red 165 ◦ green 131 ◦ blue 31

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

Shades of Hacienda #A5831F

Tints of Hacienda #A5831F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.48%

R = 50.46%
G = 40.06%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5831F (or 0xA5831F) is known color: Hacienda. HEX triplet: A5, 83 and 1F. RGB value is (165,131,31). Sum of RGB (Red+Green+Blue) = 165+131+31=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A5831F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5831F is #5A7CE0. Grayscale: #828282. Windows color (decimal): -5930209 or 2065317. OLE color: 2065317.

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

Color convert

RGB 165 131 31 -
CMYK 0 0.21 0.81 0.35
HSL 44.78º 0.68% 0.38% -
HSV(B) 44.78º 0.81% 0.65% -
XYZ 23.88 24.33 4.73 -
YUV 129.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 165 131 31 0 0.21 0.81 0.35 44.78 0.68 0.38
Hex A5 83 1F 0 15 51 23 2D 44 26
Octal 245 203 37 0 25 121 43 55 104 46
Binary 10100101 10000011 11111 0 10101 1010001 100011 101101 1000100 100110

Color Harmonies of #A5831F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5831F

Black with #A5831F

Text Example


Text Example

White with #A5831F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5831F; }

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

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

background-color css

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

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

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

border-color css

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

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

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