Html Css Color HEX #A5851F Hacienda

📋 copy color: '#A5851F'

red 165 ◦ green 133 ◦ blue 31

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

Shades of Hacienda #A5851F

Tints of Hacienda #A5851F

RGB

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

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

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

R = 50.15%
G = 40.43%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A5851F (or 0xA5851F) is known color: Hacienda. HEX triplet: A5, 85 and 1F. RGB value is (165,133,31). Sum of RGB (Red+Green+Blue) = 165+133+31=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5851F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5851F is #5A7AE0. Grayscale: #838383. Windows color (decimal): -5929697 or 2065829. OLE color: 2065829.

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

Color convert

RGB 165 133 31 -
CMYK 0 0.19 0.81 0.35
HSL 45.67º 0.68% 0.38% -
HSV(B) 45.67º 0.81% 0.65% -
XYZ 24.15 24.87 4.82 -
YUV 130.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 165 133 31 0 0.19 0.81 0.35 45.67 0.68 0.38
Hex A5 85 1F 0 13 51 23 2E 44 26
Octal 245 205 37 0 23 121 43 56 104 46
Binary 10100101 10000101 11111 0 10011 1010001 100011 101110 1000100 100110

Color Harmonies of #A5851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5851F

Black with #A5851F

Text Example


Text Example

White with #A5851F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5851F; }

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

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

background-color css

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

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

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

border-color css

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

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

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