Html Css Color HEX #A57516 Hacienda

📋 copy color: '#A57516'

red 165 ◦ green 117 ◦ blue 22

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

Shades of Hacienda #A57516

Tints of Hacienda #A57516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

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

R = 54.28%
G = 38.49%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A57516 (or 0xA57516) is known color: Hacienda. HEX triplet: A5, 75 and 16. RGB value is (165,117,22). Sum of RGB (Red+Green+Blue) = 165+117+22=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A57516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57516 is #5A8AE9. Grayscale: #787878. Windows color (decimal): -5933802 or 1471909. OLE color: 1471909.

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

Color convert

RGB 165 117 22 -
CMYK 0 0.29 0.87 0.35
HSL 39.86º 0.76% 0.37% -
HSV(B) 39.86º 0.87% 0.65% -
XYZ 22.02 20.78 3.61 -
YUV 120.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 165 117 22 0 0.29 0.87 0.35 39.86 0.76 0.37
Hex A5 75 16 0 1D 57 23 28 4C 25
Octal 245 165 26 0 35 127 43 50 114 45
Binary 10100101 1110101 10110 0 11101 1010111 100011 101000 1001100 100101

Color Harmonies of #A57516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57516

Black with #A57516

Text Example


Text Example

White with #A57516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57516; }

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

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

background-color css

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

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

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

border-color css

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

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

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