Html Css Color HEX #A67C15 Hacienda

📋 copy color: '#A67C15'

red 166 ◦ green 124 ◦ blue 21

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

Shades of Hacienda #A67C15

Tints of Hacienda #A67C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 53.38%
G = 39.87%
B = 6.75%

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

#A67C15 (or 0xA67C15) is known color: Hacienda. HEX triplet: A6, 7C and 15. RGB value is (166,124,21). Sum of RGB (Red+Green+Blue) = 166+124+21=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C15 is #5983EA. Grayscale: #7D7D7D. Windows color (decimal): -5866475 or 1408166. OLE color: 1408166.

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

Color convert

RGB 166 124 21 -
CMYK 0 0.25 0.87 0.35
HSL 42.62º 0.78% 0.37% -
HSV(B) 42.62º 0.87% 0.65% -
XYZ 23.07 22.58 3.85 -
YUV 124.82 69.41 157.38 -
System Red Green Blue C M Y K H S L
Decimal 166 124 21 0 0.25 0.87 0.35 42.62 0.78 0.37
Hex A6 7C 15 0 19 57 23 2B 4E 25
Octal 246 174 25 0 31 127 43 53 116 45
Binary 10100110 1111100 10101 0 11001 1010111 100011 101011 1001110 100101

Color Harmonies of #A67C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C15

Black with #A67C15

Text Example


Text Example

White with #A67C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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