Html Css Color HEX #A5831E Hacienda

📋 copy color: '#A5831E'

red 165 ◦ green 131 ◦ blue 30

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

Shades of Hacienda #A5831E

Tints of Hacienda #A5831E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 50.61%
G = 40.18%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A5831E (or 0xA5831E) is known color: Hacienda. HEX triplet: A5, 83 and 1E. RGB value is (165,131,30). Sum of RGB (Red+Green+Blue) = 165+131+30=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5831E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5831E is #5A7CE1. Grayscale: #828282. Windows color (decimal): -5930210 or 1999781. OLE color: 1999781.

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

Color convert

RGB 165 131 30 -
CMYK 0 0.21 0.82 0.35
HSL 44.89º 0.69% 0.38% -
HSV(B) 44.89º 0.82% 0.65% -
XYZ 23.87 24.33 4.67 -
YUV 129.65 71.76 153.21 -
System Red Green Blue C M Y K H S L
Decimal 165 131 30 0 0.21 0.82 0.35 44.89 0.69 0.38
Hex A5 83 1E 0 15 52 23 2D 45 26
Octal 245 203 36 0 25 122 43 55 105 46
Binary 10100101 10000011 11110 0 10101 1010010 100011 101101 1000101 100110

Color Harmonies of #A5831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5831E

Black with #A5831E

Text Example


Text Example

White with #A5831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5831E; }

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

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

background-color css

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

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

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

border-color css

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

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

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