Html Css Color HEX #A68716 Hacienda

📋 copy color: '#A68716'

red 166 ◦ green 135 ◦ blue 22

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

Shades of Hacienda #A68716

Tints of Hacienda #A68716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.8%

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

R = 51.39%
G = 41.8%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A68716 (or 0xA68716) is known color: Hacienda. HEX triplet: A6, 87 and 16. RGB value is (166,135,22). Sum of RGB (Red+Green+Blue) = 166+135+22=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 135 (53.12% from 255 or 41.80% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A68716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68716 is #5978E9. Grayscale: #838383. Windows color (decimal): -5863658 or 1476518. OLE color: 1476518.

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

Color convert

RGB 166 135 22 -
CMYK 0 0.19 0.87 0.35
HSL 47.08º 0.77% 0.37% -
HSV(B) 47.08º 0.87% 0.65% -
XYZ 24.53 25.49 4.39 -
YUV 131.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 166 135 22 0 0.19 0.87 0.35 47.08 0.77 0.37
Hex A6 87 16 0 13 57 23 2F 4D 25
Octal 246 207 26 0 23 127 43 57 115 45
Binary 10100110 10000111 10110 0 10011 1010111 100011 101111 1001101 100101

Color Harmonies of #A68716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68716

Black with #A68716

Text Example


Text Example

White with #A68716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68716; }

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

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

background-color css

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

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

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

border-color css

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

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

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