Html Css Color HEX #A57F14 Hacienda

📋 copy color: '#A57F14'

red 165 ◦ green 127 ◦ blue 20

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

Shades of Hacienda #A57F14

Tints of Hacienda #A57F14

RGB

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

 GREEN value IS 127 (50% from 255) = 40.71%

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 52.88%
G = 40.71%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A57F14 (or 0xA57F14) is known color: Hacienda. HEX triplet: A5, 7F and 14. RGB value is (165,127,20). Sum of RGB (Red+Green+Blue) = 165+127+20=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A57F14 is #5A80EB. Grayscale: #7E7E7E. Windows color (decimal): -5931244 or 1343397. OLE color: 1343397.

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

Color convert

RGB 165 127 20 -
CMYK 0 0.23 0.88 0.35
HSL 44.28º 0.78% 0.36% -
HSV(B) 44.28º 0.88% 0.65% -
XYZ 23.23 23.23 3.92 -
YUV 126.16 68.09 155.7 -
System Red Green Blue C M Y K H S L
Decimal 165 127 20 0 0.23 0.88 0.35 44.28 0.78 0.36
Hex A5 7F 14 0 17 58 23 2C 4E 24
Octal 245 177 24 0 27 130 43 54 116 44
Binary 10100101 1111111 10100 0 10111 1011000 100011 101100 1001110 100100

Color Harmonies of #A57F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57F14

Black with #A57F14

Text Example


Text Example

White with #A57F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57F14; }

 p { color: rgb(165,127,20); }

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

background-color css

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

 a { background-color: rgb(165,127,20); }

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

border-color css

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

 span { border-color: rgb(165,127,20); }

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