Html Css Color HEX #A57712 Hacienda

📋 copy color: '#A57712'

red 165 ◦ green 119 ◦ blue 18

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

Shades of Hacienda #A57712

Tints of Hacienda #A57712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.4%

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 54.64%
G = 39.4%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A57712 (or 0xA57712) is known color: Hacienda. HEX triplet: A5, 77 and 12. RGB value is (165,119,18). Sum of RGB (Red+Green+Blue) = 165+119+18=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A57712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57712 is #5A88ED. Grayscale: #797979. Windows color (decimal): -5933294 or 1210277. OLE color: 1210277.

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

Color convert

RGB 165 119 18 -
CMYK 0 0.28 0.89 0.35
HSL 41.22º 0.8% 0.36% -
HSV(B) 41.22º 0.89% 0.65% -
XYZ 22.22 21.24 3.5 -
YUV 121.24 69.74 159.21 -
System Red Green Blue C M Y K H S L
Decimal 165 119 18 0 0.28 0.89 0.35 41.22 0.8 0.36
Hex A5 77 12 0 1C 59 23 29 50 24
Octal 245 167 22 0 34 131 43 51 120 44
Binary 10100101 1110111 10010 0 11100 1011001 100011 101001 1010000 100100

Color Harmonies of #A57712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57712

Black with #A57712

Text Example


Text Example

White with #A57712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57712; }

 p { color: rgb(165,119,18); }

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

background-color css

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

 a { background-color: rgb(165,119,18); }

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

border-color css

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

 span { border-color: rgb(165,119,18); }

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