Html Css Color HEX #A47F14 Hacienda

📋 copy color: '#A47F14'

red 164 ◦ green 127 ◦ blue 20

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

Shades of Hacienda #A47F14

Tints of Hacienda #A47F14

RGB

 RED value IS 164 (64.45% from 255) = 52.73%

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

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

R = 52.73%
G = 40.84%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A47F14 (or 0xA47F14) is known color: Hacienda. HEX triplet: A4, 7F and 14. RGB value is (164,127,20). Sum of RGB (Red+Green+Blue) = 164+127+20=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 127 (50% from 255 or 40.84% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47F14 is #5B80EB. Grayscale: #7E7E7E. Windows color (decimal): -5996780 or 1343396. OLE color: 1343396.

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

Color convert

RGB 164 127 20 -
CMYK 0 0.23 0.88 0.36
HSL 44.58º 0.78% 0.36% -
HSV(B) 44.58º 0.88% 0.64% -
XYZ 23.03 23.12 3.91 -
YUV 125.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 164 127 20 0 0.23 0.88 0.36 44.58 0.78 0.36
Hex A4 7F 14 0 17 58 24 2D 4E 24
Octal 244 177 24 0 27 130 44 55 116 44
Binary 10100100 1111111 10100 0 10111 1011000 100100 101101 1001110 100100

Color Harmonies of #A47F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F14

Black with #A47F14

Text Example


Text Example

White with #A47F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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