Html Css Color HEX #A5831B Hacienda

📋 copy color: '#A5831B'

red 165 ◦ green 131 ◦ blue 27

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

Shades of Hacienda #A5831B

Tints of Hacienda #A5831B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

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

R = 51.08%
G = 40.56%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5831B (or 0xA5831B) is known color: Hacienda. HEX triplet: A5, 83 and 1B. RGB value is (165,131,27). Sum of RGB (Red+Green+Blue) = 165+131+27=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5831B is #5A7CE4. Grayscale: #818181. Windows color (decimal): -5930213 or 1803173. OLE color: 1803173.

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

Color convert

RGB 165 131 27 -
CMYK 0 0.21 0.84 0.35
HSL 45.22º 0.72% 0.38% -
HSV(B) 45.22º 0.84% 0.65% -
XYZ 23.83 24.31 4.47 -
YUV 129.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 165 131 27 0 0.21 0.84 0.35 45.22 0.72 0.38
Hex A5 83 1B 0 15 54 23 2D 48 26
Octal 245 203 33 0 25 124 43 55 110 46
Binary 10100101 10000011 11011 0 10101 1010100 100011 101101 1001000 100110

Color Harmonies of #A5831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5831B

Black with #A5831B

Text Example


Text Example

White with #A5831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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