Html Css Color HEX #A5791A Hacienda

📋 copy color: '#A5791A'

red 165 ◦ green 121 ◦ blue 26

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

Shades of Hacienda #A5791A

Tints of Hacienda #A5791A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 52.88%
G = 38.78%
B = 8.33%

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

#A5791A (or 0xA5791A) is known color: Hacienda. HEX triplet: A5, 79 and 1A. RGB value is (165,121,26). Sum of RGB (Red+Green+Blue) = 165+121+26=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5791A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5791A is #5A86E5. Grayscale: #7B7B7B. Windows color (decimal): -5932774 or 1735077. OLE color: 1735077.

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

Color convert

RGB 165 121 26 -
CMYK 0 0.27 0.84 0.35
HSL 41.01º 0.73% 0.37% -
HSV(B) 41.01º 0.84% 0.65% -
XYZ 22.54 21.75 3.99 -
YUV 123.33 73.08 157.72 -
System Red Green Blue C M Y K H S L
Decimal 165 121 26 0 0.27 0.84 0.35 41.01 0.73 0.37
Hex A5 79 1A 0 1B 54 23 29 49 25
Octal 245 171 32 0 33 124 43 51 111 45
Binary 10100101 1111001 11010 0 11011 1010100 100011 101001 1001001 100101

Color Harmonies of #A5791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5791A

Black with #A5791A

Text Example


Text Example

White with #A5791A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5791A; }

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

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

background-color css

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

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

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

border-color css

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

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

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