Html Css Color HEX #A47D14 Hacienda

📋 copy color: '#A47D14'

red 164 ◦ green 125 ◦ blue 20

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

Shades of Hacienda #A47D14

Tints of Hacienda #A47D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

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

R = 53.07%
G = 40.45%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A47D14 (or 0xA47D14) is known color: Hacienda. HEX triplet: A4, 7D and 14. RGB value is (164,125,20). Sum of RGB (Red+Green+Blue) = 164+125+20=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47D14 is #5B82EB. Grayscale: #7D7D7D. Windows color (decimal): -5997292 or 1342884. OLE color: 1342884.

HSL color Cylindrical-coordinate representation of color #A47D14: hue angle of 43.75º 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 #A47D14 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 125 20 -
CMYK 0 0.24 0.88 0.36
HSL 43.75º 0.78% 0.36% -
HSV(B) 43.75º 0.88% 0.64% -
XYZ 22.77 22.61 3.83 -
YUV 124.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 164 125 20 0 0.24 0.88 0.36 43.75 0.78 0.36
Hex A4 7D 14 0 18 58 24 2C 4E 24
Octal 244 175 24 0 30 130 44 54 116 44
Binary 10100100 1111101 10100 0 11000 1011000 100100 101100 1001110 100100

Color Harmonies of #A47D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D14

Black with #A47D14

Text Example


Text Example

White with #A47D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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