Html Css Color HEX #A68314 Hacienda

📋 copy color: '#A68314'

red 166 ◦ green 131 ◦ blue 20

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

Shades of Hacienda #A68314

Tints of Hacienda #A68314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 52.37%
G = 41.32%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A68314 (or 0xA68314) is known color: Hacienda. HEX triplet: A6, 83 and 14. RGB value is (166,131,20). Sum of RGB (Red+Green+Blue) = 166+131+20=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A68314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68314 is #597CEB. Grayscale: #818181. Windows color (decimal): -5864684 or 1344422. OLE color: 1344422.

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

Color convert

RGB 166 131 20 -
CMYK 0 0.21 0.88 0.35
HSL 45.62º 0.78% 0.36% -
HSV(B) 45.62º 0.88% 0.65% -
XYZ 23.97 24.39 4.11 -
YUV 128.81 66.6 154.53 -
System Red Green Blue C M Y K H S L
Decimal 166 131 20 0 0.21 0.88 0.35 45.62 0.78 0.36
Hex A6 83 14 0 15 58 23 2E 4E 24
Octal 246 203 24 0 25 130 43 56 116 44
Binary 10100110 10000011 10100 0 10101 1011000 100011 101110 1001110 100100

Color Harmonies of #A68314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68314

Black with #A68314

Text Example


Text Example

White with #A68314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68314; }

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

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

background-color css

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

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

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

border-color css

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

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

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