Html Css Color HEX #A5861A Hacienda

📋 copy color: '#A5861A'

red 165 ◦ green 134 ◦ blue 26

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

Shades of Hacienda #A5861A

Tints of Hacienda #A5861A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8%

R = 50.77%
G = 41.23%
B = 8%

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

#A5861A (or 0xA5861A) is known color: Hacienda. HEX triplet: A5, 86 and 1A. RGB value is (165,134,26). Sum of RGB (Red+Green+Blue) = 165+134+26=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5861A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5861A is #5A79E5. Grayscale: #838383. Windows color (decimal): -5929446 or 1738405. OLE color: 1738405.

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

Color convert

RGB 165 134 26 -
CMYK 0 0.19 0.84 0.35
HSL 46.62º 0.73% 0.37% -
HSV(B) 46.62º 0.84% 0.65% -
XYZ 24.23 25.12 4.55 -
YUV 130.96 68.77 152.28 -
System Red Green Blue C M Y K H S L
Decimal 165 134 26 0 0.19 0.84 0.35 46.62 0.73 0.37
Hex A5 86 1A 0 13 54 23 2F 49 25
Octal 245 206 32 0 23 124 43 57 111 45
Binary 10100101 10000110 11010 0 10011 1010100 100011 101111 1001001 100101

Color Harmonies of #A5861A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5861A

Black with #A5861A

Text Example


Text Example

White with #A5861A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5861A; }

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

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

background-color css

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

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

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

border-color css

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

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

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