Html Css Color HEX #A67C1F Hacienda

📋 copy color: '#A67C1F'

red 166 ◦ green 124 ◦ blue 31

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

Shades of Hacienda #A67C1F

Tints of Hacienda #A67C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 51.71%
G = 38.63%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A67C1F (or 0xA67C1F) is known color: Hacienda. HEX triplet: A6, 7C and 1F. RGB value is (166,124,31). Sum of RGB (Red+Green+Blue) = 166+124+31=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67C1F is #5983E0. Grayscale: #7E7E7E. Windows color (decimal): -5866465 or 2063526. OLE color: 2063526.

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

Color convert

RGB 166 124 31 -
CMYK 0 0.25 0.81 0.35
HSL 41.33º 0.69% 0.39% -
HSV(B) 41.33º 0.81% 0.65% -
XYZ 23.18 22.62 4.44 -
YUV 125.96 74.41 156.56 -
System Red Green Blue C M Y K H S L
Decimal 166 124 31 0 0.25 0.81 0.35 41.33 0.69 0.39
Hex A6 7C 1F 0 19 51 23 29 45 27
Octal 246 174 37 0 31 121 43 51 105 47
Binary 10100110 1111100 11111 0 11001 1010001 100011 101001 1000101 100111

Color Harmonies of #A67C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67C1F

Black with #A67C1F

Text Example


Text Example

White with #A67C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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