Html Css Color HEX #A57A16 Hacienda

📋 copy color: '#A57A16'

red 165 ◦ green 122 ◦ blue 22

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

Shades of Hacienda #A57A16

Tints of Hacienda #A57A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

 BLUE value IS 22 (8.98% from 255) = 7.12%

R = 53.4%
G = 39.48%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A57A16 (or 0xA57A16) is known color: Hacienda. HEX triplet: A5, 7A and 16. RGB value is (165,122,22). Sum of RGB (Red+Green+Blue) = 165+122+22=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57A16 is #5A85E9. Grayscale: #7B7B7B. Windows color (decimal): -5932522 or 1473189. OLE color: 1473189.

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

Color convert

RGB 165 122 22 -
CMYK 0 0.26 0.87 0.35
HSL 41.96º 0.76% 0.37% -
HSV(B) 41.96º 0.87% 0.65% -
XYZ 22.62 21.98 3.81 -
YUV 123.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 165 122 22 0 0.26 0.87 0.35 41.96 0.76 0.37
Hex A5 7A 16 0 1A 57 23 2A 4C 25
Octal 245 172 26 0 32 127 43 52 114 45
Binary 10100101 1111010 10110 0 11010 1010111 100011 101010 1001100 100101

Color Harmonies of #A57A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57A16

Black with #A57A16

Text Example


Text Example

White with #A57A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57A16; }

 p { color: rgb(165,122,22); }

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

background-color css

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

 a { background-color: rgb(165,122,22); }

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

border-color css

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

 span { border-color: rgb(165,122,22); }

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