Html Css Color HEX #A5821B Hacienda

📋 copy color: '#A5821B'

red 165 ◦ green 130 ◦ blue 27

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

Shades of Hacienda #A5821B

Tints of Hacienda #A5821B

RGB

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

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

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

R = 51.24%
G = 40.37%
B = 8.39%

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

#A5821B (or 0xA5821B) is known color: Hacienda. HEX triplet: A5, 82 and 1B. RGB value is (165,130,27). Sum of RGB (Red+Green+Blue) = 165+130+27=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5821B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5821B is #5A7DE4. Grayscale: #818181. Windows color (decimal): -5930469 or 1802917. OLE color: 1802917.

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

Color convert

RGB 165 130 27 -
CMYK 0 0.21 0.84 0.35
HSL 44.78º 0.72% 0.38% -
HSV(B) 44.78º 0.84% 0.65% -
XYZ 23.7 24.04 4.43 -
YUV 128.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 165 130 27 0 0.21 0.84 0.35 44.78 0.72 0.38
Hex A5 82 1B 0 15 54 23 2D 48 26
Octal 245 202 33 0 25 124 43 55 110 46
Binary 10100101 10000010 11011 0 10101 1010100 100011 101101 1001000 100110

Color Harmonies of #A5821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5821B

Black with #A5821B

Text Example


Text Example

White with #A5821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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