Html Css Color HEX #A5841F Hacienda

📋 copy color: '#A5841F'

red 165 ◦ green 132 ◦ blue 31

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

Shades of Hacienda #A5841F

Tints of Hacienda #A5841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

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

R = 50.3%
G = 40.24%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5841F (or 0xA5841F) is known color: Hacienda. HEX triplet: A5, 84 and 1F. RGB value is (165,132,31). Sum of RGB (Red+Green+Blue) = 165+132+31=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5841F is #5A7BE0. Grayscale: #828282. Windows color (decimal): -5929953 or 2065573. OLE color: 2065573.

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

Color convert

RGB 165 132 31 -
CMYK 0 0.20 0.81 0.35
HSL 45.22º 0.68% 0.38% -
HSV(B) 45.22º 0.81% 0.65% -
XYZ 24.02 24.6 4.78 -
YUV 130.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 165 132 31 0 0.20 0.81 0.35 45.22 0.68 0.38
Hex A5 84 1F 0 14 51 23 2D 44 26
Octal 245 204 37 0 24 121 43 55 104 46
Binary 10100101 10000100 11111 0 10100 1010001 100011 101101 1000100 100110

Color Harmonies of #A5841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5841F

Black with #A5841F

Text Example


Text Example

White with #A5841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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