Html Css Color HEX #A58121 Hacienda

📋 copy color: '#A58121'

red 165 ◦ green 129 ◦ blue 33

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

Shades of Hacienda #A58121

Tints of Hacienda #A58121

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.45%

 BLUE value IS 33 (13.28% from 255) = 10.09%

R = 50.46%
G = 39.45%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A58121 (or 0xA58121) is known color: Hacienda. HEX triplet: A5, 81 and 21. RGB value is (165,129,33). Sum of RGB (Red+Green+Blue) = 165+129+33=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A58121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58121 is #5A7EDE. Grayscale: #818181. Windows color (decimal): -5930719 or 2195877. OLE color: 2195877.

HSL color Cylindrical-coordinate representation of color #A58121: hue angle of 43.64º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A58121 is Cyan = 0, Magento = 0.22, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 129 33 -
CMYK 0 0.22 0.8 0.35
HSL 43.64º 0.67% 0.39% -
HSV(B) 43.64º 0.8% 0.65% -
XYZ 23.64 23.81 4.79 -
YUV 128.82 73.93 153.81 -
System Red Green Blue C M Y K H S L
Decimal 165 129 33 0 0.22 0.8 0.35 43.64 0.67 0.39
Hex A5 81 21 0 16 50 23 2C 43 27
Octal 245 201 41 0 26 120 43 54 103 47
Binary 10100101 10000001 100001 0 10110 1010000 100011 101100 1000011 100111

Color Harmonies of #A58121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58121

Black with #A58121

Text Example


Text Example

White with #A58121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58121; }

 p { color: rgb(165,129,33); }

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

background-color css

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

 a { background-color: rgb(165,129,33); }

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

border-color css

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

 span { border-color: rgb(165,129,33); }

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