Html Css Color HEX #A68412 Hacienda

📋 copy color: '#A68412'

red 166 ◦ green 132 ◦ blue 18

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

Shades of Hacienda #A68412

Tints of Hacienda #A68412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.77%

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 52.53%
G = 41.77%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A68412 (or 0xA68412) is known color: Hacienda. HEX triplet: A6, 84 and 12. RGB value is (166,132,18). Sum of RGB (Red+Green+Blue) = 166+132+18=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A68412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68412 is #597BED. Grayscale: #818181. Windows color (decimal): -5864430 or 1213606. OLE color: 1213606.

HSL color Cylindrical-coordinate representation of color #A68412: hue angle of 46.22º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A68412 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 18 -
CMYK 0 0.20 0.89 0.35
HSL 46.22º 0.8% 0.36% -
HSV(B) 46.22º 0.89% 0.65% -
XYZ 24.09 24.65 4.06 -
YUV 129.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 166 132 18 0 0.20 0.89 0.35 46.22 0.8 0.36
Hex A6 84 12 0 14 59 23 2E 50 24
Octal 246 204 22 0 24 131 43 56 120 44
Binary 10100110 10000100 10010 0 10100 1011001 100011 101110 1010000 100100

Color Harmonies of #A68412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68412

Black with #A68412

Text Example


Text Example

White with #A68412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68412; }

 p { color: rgb(166,132,18); }

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

background-color css

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

 a { background-color: rgb(166,132,18); }

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

border-color css

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

 span { border-color: rgb(166,132,18); }

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