Html Css Color HEX #A67C1A Hacienda

📋 copy color: '#A67C1A'

red 166 ◦ green 124 ◦ blue 26

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

Shades of Hacienda #A67C1A

Tints of Hacienda #A67C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 52.53%
G = 39.24%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A67C1A (or 0xA67C1A) is known color: Hacienda. HEX triplet: A6, 7C and 1A. RGB value is (166,124,26). Sum of RGB (Red+Green+Blue) = 166+124+26=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C1A is #5983E5. Grayscale: #7D7D7D. Windows color (decimal): -5866470 or 1735846. OLE color: 1735846.

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

Color convert

RGB 166 124 26 -
CMYK 0 0.25 0.84 0.35
HSL 42º 0.73% 0.38% -
HSV(B) 42º 0.84% 0.65% -
XYZ 23.12 22.6 4.12 -
YUV 125.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 166 124 26 0 0.25 0.84 0.35 42 0.73 0.38
Hex A6 7C 1A 0 19 54 23 2A 49 26
Octal 246 174 32 0 31 124 43 52 111 46
Binary 10100110 1111100 11010 0 11001 1010100 100011 101010 1001001 100110

Color Harmonies of #A67C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C1A

Black with #A67C1A

Text Example


Text Example

White with #A67C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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