Html Css Color HEX #A5801A Hacienda

📋 copy color: '#A5801A'

red 165 ◦ green 128 ◦ blue 26

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

Shades of Hacienda #A5801A

Tints of Hacienda #A5801A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.13%

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

R = 51.72%
G = 40.13%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5801A (or 0xA5801A) is known color: Hacienda. HEX triplet: A5, 80 and 1A. RGB value is (165,128,26). Sum of RGB (Red+Green+Blue) = 165+128+26=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A5801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5801A is #5A7FE5. Grayscale: #7F7F7F. Windows color (decimal): -5930982 or 1736869. OLE color: 1736869.

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

Color convert

RGB 165 128 26 -
CMYK 0 0.22 0.84 0.35
HSL 44.03º 0.73% 0.37% -
HSV(B) 44.03º 0.84% 0.65% -
XYZ 23.42 23.51 4.28 -
YUV 127.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 165 128 26 0 0.22 0.84 0.35 44.03 0.73 0.37
Hex A5 80 1A 0 16 54 23 2C 49 25
Octal 245 200 32 0 26 124 43 54 111 45
Binary 10100101 10000000 11010 0 10110 1010100 100011 101100 1001001 100101

Color Harmonies of #A5801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5801A

Black with #A5801A

Text Example


Text Example

White with #A5801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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