Html Css Color HEX #A5811F Hacienda

📋 copy color: '#A5811F'

red 165 ◦ green 129 ◦ blue 31

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

Shades of Hacienda #A5811F

Tints of Hacienda #A5811F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.69%

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

R = 50.77%
G = 39.69%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5811F (or 0xA5811F) is known color: Hacienda. HEX triplet: A5, 81 and 1F. RGB value is (165,129,31). Sum of RGB (Red+Green+Blue) = 165+129+31=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5811F is #5A7EE0. Grayscale: #818181. Windows color (decimal): -5930721 or 2064805. OLE color: 2064805.

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

Color convert

RGB 165 129 31 -
CMYK 0 0.22 0.81 0.35
HSL 43.88º 0.68% 0.38% -
HSV(B) 43.88º 0.81% 0.65% -
XYZ 23.61 23.8 4.65 -
YUV 128.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 165 129 31 0 0.22 0.81 0.35 43.88 0.68 0.38
Hex A5 81 1F 0 16 51 23 2C 44 26
Octal 245 201 37 0 26 121 43 54 104 46
Binary 10100101 10000001 11111 0 10110 1010001 100011 101100 1000100 100110

Color Harmonies of #A5811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5811F

Black with #A5811F

Text Example


Text Example

White with #A5811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5811F; }

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

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

background-color css

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

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

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

border-color css

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

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

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