Html Css Color HEX #A68211 Hacienda

📋 copy color: '#A68211'

red 166 ◦ green 130 ◦ blue 17

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

Shades of Hacienda #A68211

Tints of Hacienda #A68211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

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

R = 53.04%
G = 41.53%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A68211 (or 0xA68211) is known color: Hacienda. HEX triplet: A6, 82 and 11. RGB value is (166,130,17). Sum of RGB (Red+Green+Blue) = 166+130+17=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A68211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68211 is #597DEE. Grayscale: #808080. Windows color (decimal): -5864943 or 1147558. OLE color: 1147558.

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

Color convert

RGB 166 130 17 -
CMYK 0 0.22 0.90 0.35
HSL 45.5º 0.81% 0.36% -
HSV(B) 45.5º 0.9% 0.65% -
XYZ 23.81 24.11 3.93 -
YUV 127.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 166 130 17 0 0.22 0.90 0.35 45.5 0.81 0.36
Hex A6 82 11 0 16 5A 23 2E 51 24
Octal 246 202 21 0 26 132 43 56 121 44
Binary 10100110 10000010 10001 0 10110 1011010 100011 101110 1010001 100100

Color Harmonies of #A68211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68211

Black with #A68211

Text Example


Text Example

White with #A68211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68211; }

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

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

background-color css

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

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

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

border-color css

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

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

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