Html Css Color HEX #A67C11 Hacienda

📋 copy color: '#A67C11'

red 166 ◦ green 124 ◦ blue 17

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

Shades of Hacienda #A67C11

Tints of Hacienda #A67C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 54.07%
G = 40.39%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A67C11 (or 0xA67C11) is known color: Hacienda. HEX triplet: A6, 7C and 11. RGB value is (166,124,17). Sum of RGB (Red+Green+Blue) = 166+124+17=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C11 is #5983EE. Grayscale: #7C7C7C. Windows color (decimal): -5866479 or 1146022. OLE color: 1146022.

HSL color Cylindrical-coordinate representation of color #A67C11: hue angle of 43.09º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A67C11 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 17 -
CMYK 0 0.25 0.90 0.35
HSL 43.09º 0.81% 0.36% -
HSV(B) 43.09º 0.9% 0.65% -
XYZ 23.03 22.56 3.67 -
YUV 124.36 67.41 157.7 -
System Red Green Blue C M Y K H S L
Decimal 166 124 17 0 0.25 0.90 0.35 43.09 0.81 0.36
Hex A6 7C 11 0 19 5A 23 2B 51 24
Octal 246 174 21 0 31 132 43 53 121 44
Binary 10100110 1111100 10001 0 11001 1011010 100011 101011 1010001 100100

Color Harmonies of #A67C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C11

Black with #A67C11

Text Example


Text Example

White with #A67C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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