Html Css Color HEX #A5822D Hacienda

📋 copy color: '#A5822D'

red 165 ◦ green 130 ◦ blue 45

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

Shades of Hacienda #A5822D

Tints of Hacienda #A5822D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.24%

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

R = 48.53%
G = 38.24%
B = 13.24%

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

#A5822D (or 0xA5822D) is known color: Hacienda. HEX triplet: A5, 82 and 2D. RGB value is (165,130,45). Sum of RGB (Red+Green+Blue) = 165+130+45=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5822D is #5A7DD2. Grayscale: #838383. Windows color (decimal): -5930451 or 2982565. OLE color: 2982565.

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

Color convert

RGB 165 130 45 -
CMYK 0 0.21 0.73 0.35
HSL 42.5º 0.57% 0.41% -
HSV(B) 42.5º 0.73% 0.65% -
XYZ 23.97 24.15 5.88 -
YUV 130.78 79.6 152.41 -
System Red Green Blue C M Y K H S L
Decimal 165 130 45 0 0.21 0.73 0.35 42.5 0.57 0.41
Hex A5 82 2D 0 15 49 23 2A 39 29
Octal 245 202 55 0 25 111 43 52 71 51
Binary 10100101 10000010 101101 0 10101 1001001 100011 101010 111001 101001

Color Harmonies of #A5822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5822D

Black with #A5822D

Text Example


Text Example

White with #A5822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5822D; }

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

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

background-color css

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

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

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

border-color css

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

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

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