Html Css Color HEX #A67C16 Hacienda

📋 copy color: '#A67C16'

red 166 ◦ green 124 ◦ blue 22

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

Shades of Hacienda #A67C16

Tints of Hacienda #A67C16

RGB

 RED value IS 166 (65.23% from 255) = 53.21%

 GREEN value IS 124 (48.83% from 255) = 39.74%

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

R = 53.21%
G = 39.74%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A67C16 (or 0xA67C16) is known color: Hacienda. HEX triplet: A6, 7C and 16. RGB value is (166,124,22). Sum of RGB (Red+Green+Blue) = 166+124+22=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C16 is #5983E9. Grayscale: #7D7D7D. Windows color (decimal): -5866474 or 1473702. OLE color: 1473702.

HSL color Cylindrical-coordinate representation of color #A67C16: hue angle of 42.5º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A67C16 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 22 -
CMYK 0 0.25 0.87 0.35
HSL 42.5º 0.77% 0.37% -
HSV(B) 42.5º 0.87% 0.65% -
XYZ 23.08 22.58 3.9 -
YUV 124.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 166 124 22 0 0.25 0.87 0.35 42.5 0.77 0.37
Hex A6 7C 16 0 19 57 23 2A 4D 25
Octal 246 174 26 0 31 127 43 52 115 45
Binary 10100110 1111100 10110 0 11001 1010111 100011 101010 1001101 100101

Color Harmonies of #A67C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C16

Black with #A67C16

Text Example


Text Example

White with #A67C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C16; }

 p { color: rgb(166,124,22); }

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

background-color css

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

 a { background-color: rgb(166,124,22); }

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

border-color css

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

 span { border-color: rgb(166,124,22); }

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