Html Css Color HEX #A5821E Hacienda

📋 copy color: '#A5821E'

red 165 ◦ green 130 ◦ blue 30

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

Shades of Hacienda #A5821E

Tints of Hacienda #A5821E

RGB

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

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

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

R = 50.77%
G = 40%
B = 9.23%

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

#A5821E (or 0xA5821E) is known color: Hacienda. HEX triplet: A5, 82 and 1E. RGB value is (165,130,30). Sum of RGB (Red+Green+Blue) = 165+130+30=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A5821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5821E is #5A7DE1. Grayscale: #818181. Windows color (decimal): -5930466 or 1999525. OLE color: 1999525.

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

Color convert

RGB 165 130 30 -
CMYK 0 0.21 0.82 0.35
HSL 44.44º 0.69% 0.38% -
HSV(B) 44.44º 0.82% 0.65% -
XYZ 23.73 24.06 4.62 -
YUV 129.07 72.1 153.63 -
System Red Green Blue C M Y K H S L
Decimal 165 130 30 0 0.21 0.82 0.35 44.44 0.69 0.38
Hex A5 82 1E 0 15 52 23 2C 45 26
Octal 245 202 36 0 25 122 43 54 105 46
Binary 10100101 10000010 11110 0 10101 1010010 100011 101100 1000101 100110

Color Harmonies of #A5821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5821E

Black with #A5821E

Text Example


Text Example

White with #A5821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5821E; }

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

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

background-color css

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

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

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

border-color css

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

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

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