Html Css Color HEX #A68011 Hacienda

📋 copy color: '#A68011'

red 166 ◦ green 128 ◦ blue 17

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

Shades of Hacienda #A68011

Tints of Hacienda #A68011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

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

R = 53.38%
G = 41.16%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A68011 (or 0xA68011) is known color: Hacienda. HEX triplet: A6, 80 and 11. RGB value is (166,128,17). Sum of RGB (Red+Green+Blue) = 166+128+17=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A68011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68011 is #597FEE. Grayscale: #7F7F7F. Windows color (decimal): -5865455 or 1147046. OLE color: 1147046.

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

Color convert

RGB 166 128 17 -
CMYK 0 0.23 0.90 0.35
HSL 44.7º 0.81% 0.36% -
HSV(B) 44.7º 0.9% 0.65% -
XYZ 23.55 23.59 3.84 -
YUV 126.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 166 128 17 0 0.23 0.90 0.35 44.7 0.81 0.36
Hex A6 80 11 0 17 5A 23 2D 51 24
Octal 246 200 21 0 27 132 43 55 121 44
Binary 10100110 10000000 10001 0 10111 1011010 100011 101101 1010001 100100

Color Harmonies of #A68011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68011

Black with #A68011

Text Example


Text Example

White with #A68011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68011; }

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

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

background-color css

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

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

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

border-color css

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

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

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