Html Css Color HEX #A5841A Hacienda

📋 copy color: '#A5841A'

red 165 ◦ green 132 ◦ blue 26

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

Shades of Hacienda #A5841A

Tints of Hacienda #A5841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.87%

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

R = 51.08%
G = 40.87%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5841A (or 0xA5841A) is known color: Hacienda. HEX triplet: A5, 84 and 1A. RGB value is (165,132,26). Sum of RGB (Red+Green+Blue) = 165+132+26=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5841A is #5A7BE5. Grayscale: #828282. Windows color (decimal): -5929958 or 1737893. OLE color: 1737893.

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

Color convert

RGB 165 132 26 -
CMYK 0 0.20 0.84 0.35
HSL 45.76º 0.73% 0.37% -
HSV(B) 45.76º 0.84% 0.65% -
XYZ 23.95 24.58 4.46 -
YUV 129.78 69.43 153.12 -
System Red Green Blue C M Y K H S L
Decimal 165 132 26 0 0.20 0.84 0.35 45.76 0.73 0.37
Hex A5 84 1A 0 14 54 23 2E 49 25
Octal 245 204 32 0 24 124 43 56 111 45
Binary 10100101 10000100 11010 0 10100 1010100 100011 101110 1001001 100101

Color Harmonies of #A5841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5841A

Black with #A5841A

Text Example


Text Example

White with #A5841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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