Html Css Color HEX #A5791B Hacienda

📋 copy color: '#A5791B'

red 165 ◦ green 121 ◦ blue 27

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

Shades of Hacienda #A5791B

Tints of Hacienda #A5791B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.66%

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

R = 52.72%
G = 38.66%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5791B (or 0xA5791B) is known color: Hacienda. HEX triplet: A5, 79 and 1B. RGB value is (165,121,27). Sum of RGB (Red+Green+Blue) = 165+121+27=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5791B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5791B is #5A86E4. Grayscale: #7B7B7B. Windows color (decimal): -5932773 or 1800613. OLE color: 1800613.

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

Color convert

RGB 165 121 27 -
CMYK 0 0.27 0.84 0.35
HSL 40.87º 0.72% 0.38% -
HSV(B) 40.87º 0.84% 0.65% -
XYZ 22.55 21.75 4.05 -
YUV 123.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 165 121 27 0 0.27 0.84 0.35 40.87 0.72 0.38
Hex A5 79 1B 0 1B 54 23 29 48 26
Octal 245 171 33 0 33 124 43 51 110 46
Binary 10100101 1111001 11011 0 11011 1010100 100011 101001 1001000 100110

Color Harmonies of #A5791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5791B

Black with #A5791B

Text Example


Text Example

White with #A5791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5791B; }

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

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

background-color css

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

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

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

border-color css

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

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

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