Html Css Color HEX #A68C27 Hacienda

📋 copy color: '#A68C27'

red 166 ◦ green 140 ◦ blue 39

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

Shades of Hacienda #A68C27

Tints of Hacienda #A68C27

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.58%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 48.12%
G = 40.58%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A68C27 (or 0xA68C27) is known color: Hacienda. HEX triplet: A6, 8C and 27. RGB value is (166,140,39). Sum of RGB (Red+Green+Blue) = 166+140+39=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68C27 is #5973D8. Grayscale: #888888. Windows color (decimal): -5862361 or 2591910. OLE color: 2591910.

HSL color Cylindrical-coordinate representation of color #A68C27: hue angle of 47.72º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A68C27 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 140 39 -
CMYK 0 0.16 0.77 0.35
HSL 47.72º 0.62% 0.4% -
HSV(B) 47.72º 0.77% 0.65% -
XYZ 25.47 27.01 5.79 -
YUV 136.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 166 140 39 0 0.16 0.77 0.35 47.72 0.62 0.4
Hex A6 8C 27 0 10 4D 23 30 3E 28
Octal 246 214 47 0 20 115 43 60 76 50
Binary 10100110 10001100 100111 0 10000 1001101 100011 110000 111110 101000

Color Harmonies of #A68C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C27

Black with #A68C27

Text Example


Text Example

White with #A68C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C27; }

 p { color: rgb(166,140,39); }

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

background-color css

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

 a { background-color: rgb(166,140,39); }

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

border-color css

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

 span { border-color: rgb(166,140,39); }

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