Html Css Color HEX #A68316 Hacienda

📋 copy color: '#A68316'

red 166 ◦ green 131 ◦ blue 22

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

Shades of Hacienda #A68316

Tints of Hacienda #A68316

RGB

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

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

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

R = 52.04%
G = 41.07%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A68316 (or 0xA68316) is known color: Hacienda. HEX triplet: A6, 83 and 16. RGB value is (166,131,22). Sum of RGB (Red+Green+Blue) = 166+131+22=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A68316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68316 is #597CE9. Grayscale: #818181. Windows color (decimal): -5864682 or 1475494. OLE color: 1475494.

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

Color convert

RGB 166 131 22 -
CMYK 0 0.21 0.87 0.35
HSL 45.42º 0.77% 0.37% -
HSV(B) 45.42º 0.87% 0.65% -
XYZ 23.99 24.4 4.2 -
YUV 129.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 166 131 22 0 0.21 0.87 0.35 45.42 0.77 0.37
Hex A6 83 16 0 15 57 23 2D 4D 25
Octal 246 203 26 0 25 127 43 55 115 45
Binary 10100110 10000011 10110 0 10101 1010111 100011 101101 1001101 100101

Color Harmonies of #A68316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68316

Black with #A68316

Text Example


Text Example

White with #A68316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68316; }

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

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

background-color css

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

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

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

border-color css

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

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

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