Html Css Color HEX #A57810 Hacienda

📋 copy color: '#A57810'

red 165 ◦ green 120 ◦ blue 16

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

Shades of Hacienda #A57810

Tints of Hacienda #A57810

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.87%

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 54.82%
G = 39.87%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A57810 (or 0xA57810) is known color: Hacienda. HEX triplet: A5, 78 and 10. RGB value is (165,120,16). Sum of RGB (Red+Green+Blue) = 165+120+16=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A57810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57810 is #5A87EF. Grayscale: #7A7A7A. Windows color (decimal): -5933040 or 1079461. OLE color: 1079461.

HSL color Cylindrical-coordinate representation of color #A57810: hue angle of 41.88º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A57810 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 120 16 -
CMYK 0 0.27 0.90 0.35
HSL 41.88º 0.82% 0.35% -
HSV(B) 41.88º 0.9% 0.65% -
XYZ 22.33 21.47 3.46 -
YUV 121.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 165 120 16 0 0.27 0.90 0.35 41.88 0.82 0.35
Hex A5 78 10 0 1B 5A 23 2A 52 23
Octal 245 170 20 0 33 132 43 52 122 43
Binary 10100101 1111000 10000 0 11011 1011010 100011 101010 1010010 100011

Color Harmonies of #A57810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57810

Black with #A57810

Text Example


Text Example

White with #A57810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57810; }

 p { color: rgb(165,120,16); }

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

background-color css

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

 a { background-color: rgb(165,120,16); }

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

border-color css

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

 span { border-color: rgb(165,120,16); }

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