Html Css Color HEX #A67C10 Hacienda

📋 copy color: '#A67C10'

red 166 ◦ green 124 ◦ blue 16

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

Shades of Hacienda #A67C10

Tints of Hacienda #A67C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.23%

R = 54.25%
G = 40.52%
B = 5.23%

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

#A67C10 (or 0xA67C10) is known color: Hacienda. HEX triplet: A6, 7C and 10. RGB value is (166,124,16). Sum of RGB (Red+Green+Blue) = 166+124+16=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C10 is #5983EF. Grayscale: #7C7C7C. Windows color (decimal): -5866480 or 1080486. OLE color: 1080486.

HSL color Cylindrical-coordinate representation of color #A67C10: hue angle of 43.2º degrees, saturation: 0.82, 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 #A67C10 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 124 16 -
CMYK 0 0.25 0.90 0.35
HSL 43.2º 0.82% 0.36% -
HSV(B) 43.2º 0.9% 0.65% -
XYZ 23.03 22.56 3.63 -
YUV 124.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 166 124 16 0 0.25 0.90 0.35 43.2 0.82 0.36
Hex A6 7C 10 0 19 5A 23 2B 52 24
Octal 246 174 20 0 31 132 43 53 122 44
Binary 10100110 1111100 10000 0 11001 1011010 100011 101011 1010010 100100

Color Harmonies of #A67C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C10

Black with #A67C10

Text Example


Text Example

White with #A67C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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