Html Css Color HEX #A5861B Hacienda

📋 copy color: '#A5861B'

red 165 ◦ green 134 ◦ blue 27

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

Shades of Hacienda #A5861B

Tints of Hacienda #A5861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

 BLUE value IS 27 (10.94% from 255) = 8.28%

R = 50.61%
G = 41.1%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5861B (or 0xA5861B) is known color: Hacienda. HEX triplet: A5, 86 and 1B. RGB value is (165,134,27). Sum of RGB (Red+Green+Blue) = 165+134+27=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5861B is #5A79E4. Grayscale: #838383. Windows color (decimal): -5929445 or 1803941. OLE color: 1803941.

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

Color convert

RGB 165 134 27 -
CMYK 0 0.19 0.84 0.35
HSL 46.52º 0.72% 0.38% -
HSV(B) 46.52º 0.84% 0.65% -
XYZ 24.24 25.13 4.61 -
YUV 131.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 165 134 27 0 0.19 0.84 0.35 46.52 0.72 0.38
Hex A5 86 1B 0 13 54 23 2F 48 26
Octal 245 206 33 0 23 124 43 57 110 46
Binary 10100101 10000110 11011 0 10011 1010100 100011 101111 1001000 100110

Color Harmonies of #A5861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5861B

Black with #A5861B

Text Example


Text Example

White with #A5861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5861B; }

 p { color: rgb(165,134,27); }

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

background-color css

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

 a { background-color: rgb(165,134,27); }

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

border-color css

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

 span { border-color: rgb(165,134,27); }

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