Html Css Color HEX #A68312 Hacienda

📋 copy color: '#A68312'

red 166 ◦ green 131 ◦ blue 18

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

Shades of Hacienda #A68312

Tints of Hacienda #A68312

RGB

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

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

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

R = 52.7%
G = 41.59%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A68312 (or 0xA68312) is known color: Hacienda. HEX triplet: A6, 83 and 12. RGB value is (166,131,18). Sum of RGB (Red+Green+Blue) = 166+131+18=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A68312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68312 is #597CED. Grayscale: #818181. Windows color (decimal): -5864686 or 1213350. OLE color: 1213350.

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

Color convert

RGB 166 131 18 -
CMYK 0 0.21 0.89 0.35
HSL 45.81º 0.8% 0.36% -
HSV(B) 45.81º 0.89% 0.65% -
XYZ 23.95 24.38 4.02 -
YUV 128.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 166 131 18 0 0.21 0.89 0.35 45.81 0.8 0.36
Hex A6 83 12 0 15 59 23 2E 50 24
Octal 246 203 22 0 25 131 43 56 120 44
Binary 10100110 10000011 10010 0 10101 1011001 100011 101110 1010000 100100

Color Harmonies of #A68312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68312

Black with #A68312

Text Example


Text Example

White with #A68312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68312; }

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

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

background-color css

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

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

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

border-color css

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

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

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