Html Css Color HEX #A68512 Hacienda

📋 copy color: '#A68512'

red 166 ◦ green 133 ◦ blue 18

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

Shades of Hacienda #A68512

Tints of Hacienda #A68512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

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

R = 52.37%
G = 41.96%
B = 5.68%

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

#A68512 (or 0xA68512) is known color: Hacienda. HEX triplet: A6, 85 and 12. RGB value is (166,133,18). Sum of RGB (Red+Green+Blue) = 166+133+18=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A68512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68512 is #597AED. Grayscale: #828282. Windows color (decimal): -5864174 or 1213862. OLE color: 1213862.

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

Color convert

RGB 166 133 18 -
CMYK 0 0.20 0.89 0.35
HSL 46.62º 0.8% 0.36% -
HSV(B) 46.62º 0.89% 0.65% -
XYZ 24.22 24.93 4.11 -
YUV 129.76 64.93 153.85 -
System Red Green Blue C M Y K H S L
Decimal 166 133 18 0 0.20 0.89 0.35 46.62 0.8 0.36
Hex A6 85 12 0 14 59 23 2F 50 24
Octal 246 205 22 0 24 131 43 57 120 44
Binary 10100110 10000101 10010 0 10100 1011001 100011 101111 1010000 100100

Color Harmonies of #A68512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68512

Black with #A68512

Text Example


Text Example

White with #A68512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68512; }

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

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

background-color css

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

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

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

border-color css

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

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

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