Html Css Color HEX #A5832D Hacienda

📋 copy color: '#A5832D'

red 165 ◦ green 131 ◦ blue 45

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

Shades of Hacienda #A5832D

Tints of Hacienda #A5832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.2%

R = 48.39%
G = 38.42%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5832D (or 0xA5832D) is known color: Hacienda. HEX triplet: A5, 83 and 2D. RGB value is (165,131,45). Sum of RGB (Red+Green+Blue) = 165+131+45=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 45 (17.97% from 255 or 13.20% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A5832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5832D is #5A7CD2. Grayscale: #838383. Windows color (decimal): -5930195 or 2982821. OLE color: 2982821.

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

Color convert

RGB 165 131 45 -
CMYK 0 0.21 0.73 0.35
HSL 43º 0.57% 0.41% -
HSV(B) 43º 0.73% 0.65% -
XYZ 24.11 24.42 5.93 -
YUV 131.36 79.26 151.99 -
System Red Green Blue C M Y K H S L
Decimal 165 131 45 0 0.21 0.73 0.35 43 0.57 0.41
Hex A5 83 2D 0 15 49 23 2B 39 29
Octal 245 203 55 0 25 111 43 53 71 51
Binary 10100101 10000011 101101 0 10101 1001001 100011 101011 111001 101001

Color Harmonies of #A5832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5832D

Black with #A5832D

Text Example


Text Example

White with #A5832D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5832D; }

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

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

background-color css

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

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

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

border-color css

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

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

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