Html Css Color HEX #A68116 Hacienda

📋 copy color: '#A68116'

red 166 ◦ green 129 ◦ blue 22

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

Shades of Hacienda #A68116

Tints of Hacienda #A68116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.69%

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 52.37%
G = 40.69%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A68116 (or 0xA68116) is known color: Hacienda. HEX triplet: A6, 81 and 16. RGB value is (166,129,22). Sum of RGB (Red+Green+Blue) = 166+129+22=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A68116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68116 is #597EE9. Grayscale: #808080. Windows color (decimal): -5865194 or 1474982. OLE color: 1474982.

HSL color Cylindrical-coordinate representation of color #A68116: hue angle of 44.58º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A68116 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 129 22 -
CMYK 0 0.22 0.87 0.35
HSL 44.58º 0.77% 0.37% -
HSV(B) 44.58º 0.87% 0.65% -
XYZ 23.72 23.87 4.12 -
YUV 127.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 166 129 22 0 0.22 0.87 0.35 44.58 0.77 0.37
Hex A6 81 16 0 16 57 23 2D 4D 25
Octal 246 201 26 0 26 127 43 55 115 45
Binary 10100110 10000001 10110 0 10110 1010111 100011 101101 1001101 100101

Color Harmonies of #A68116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68116

Black with #A68116

Text Example


Text Example

White with #A68116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68116; }

 p { color: rgb(166,129,22); }

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

background-color css

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

 a { background-color: rgb(166,129,22); }

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

border-color css

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

 span { border-color: rgb(166,129,22); }

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