Html Css Color HEX #A47D16 Hacienda

📋 copy color: '#A47D16'

red 164 ◦ green 125 ◦ blue 22

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

Shades of Hacienda #A47D16

Tints of Hacienda #A47D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.07%

R = 52.73%
G = 40.19%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A47D16 (or 0xA47D16) is known color: Hacienda. HEX triplet: A4, 7D and 16. RGB value is (164,125,22). Sum of RGB (Red+Green+Blue) = 164+125+22=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47D16 is #5B82E9. Grayscale: #7D7D7D. Windows color (decimal): -5997290 or 1473956. OLE color: 1473956.

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

Color convert

RGB 164 125 22 -
CMYK 0 0.24 0.87 0.36
HSL 43.52º 0.76% 0.36% -
HSV(B) 43.52º 0.87% 0.64% -
XYZ 22.79 22.62 3.92 -
YUV 124.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 164 125 22 0 0.24 0.87 0.36 43.52 0.76 0.36
Hex A4 7D 16 0 18 57 24 2C 4C 24
Octal 244 175 26 0 30 127 44 54 114 44
Binary 10100100 1111101 10110 0 11000 1010111 100100 101100 1001100 100100

Color Harmonies of #A47D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47D16

Black with #A47D16

Text Example


Text Example

White with #A47D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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