Html Css Color HEX #A67C18 Hacienda

📋 copy color: '#A67C18'

red 166 ◦ green 124 ◦ blue 24

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

Shades of Hacienda #A67C18

Tints of Hacienda #A67C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 52.87%
G = 39.49%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A67C18 (or 0xA67C18) is known color: Hacienda. HEX triplet: A6, 7C and 18. RGB value is (166,124,24). Sum of RGB (Red+Green+Blue) = 166+124+24=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67C18 is #5983E7. Grayscale: #7D7D7D. Windows color (decimal): -5866472 or 1604774. OLE color: 1604774.

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

Color convert

RGB 166 124 24 -
CMYK 0 0.25 0.86 0.35
HSL 42.25º 0.75% 0.37% -
HSV(B) 42.25º 0.86% 0.65% -
XYZ 23.1 22.59 4.01 -
YUV 125.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 166 124 24 0 0.25 0.86 0.35 42.25 0.75 0.37
Hex A6 7C 18 0 19 56 23 2A 4B 25
Octal 246 174 30 0 31 126 43 52 113 45
Binary 10100110 1111100 11000 0 11001 1010110 100011 101010 1001011 100101

Color Harmonies of #A67C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C18

Black with #A67C18

Text Example


Text Example

White with #A67C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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