Html Css Color HEX #A68311 Hacienda

📋 copy color: '#A68311'

red 166 ◦ green 131 ◦ blue 17

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

Shades of Hacienda #A68311

Tints of Hacienda #A68311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.72%

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 52.87%
G = 41.72%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A68311 (or 0xA68311) is known color: Hacienda. HEX triplet: A6, 83 and 11. RGB value is (166,131,17). Sum of RGB (Red+Green+Blue) = 166+131+17=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A68311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68311 is #597CEE. Grayscale: #808080. Windows color (decimal): -5864687 or 1147814. OLE color: 1147814.

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

Color convert

RGB 166 131 17 -
CMYK 0 0.21 0.90 0.35
HSL 45.91º 0.81% 0.36% -
HSV(B) 45.91º 0.9% 0.65% -
XYZ 23.94 24.38 3.97 -
YUV 128.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 166 131 17 0 0.21 0.90 0.35 45.91 0.81 0.36
Hex A6 83 11 0 15 5A 23 2E 51 24
Octal 246 203 21 0 25 132 43 56 121 44
Binary 10100110 10000011 10001 0 10101 1011010 100011 101110 1010001 100100

Color Harmonies of #A68311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68311

Black with #A68311

Text Example


Text Example

White with #A68311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68311; }

 p { color: rgb(166,131,17); }

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

background-color css

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

 a { background-color: rgb(166,131,17); }

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

border-color css

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

 span { border-color: rgb(166,131,17); }

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