Html Css Color HEX #A68520 Hacienda

📋 copy color: '#A68520'

red 166 ◦ green 133 ◦ blue 32

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

Shades of Hacienda #A68520

Tints of Hacienda #A68520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.67%

R = 50.15%
G = 40.18%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A68520 (or 0xA68520) is known color: Hacienda. HEX triplet: A6, 85 and 20. RGB value is (166,133,32). Sum of RGB (Red+Green+Blue) = 166+133+32=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A68520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68520 is #597ADF. Grayscale: #838383. Windows color (decimal): -5864160 or 2131366. OLE color: 2131366.

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

Color convert

RGB 166 133 32 -
CMYK 0 0.20 0.81 0.35
HSL 45.22º 0.68% 0.39% -
HSV(B) 45.22º 0.81% 0.65% -
XYZ 24.37 24.99 4.9 -
YUV 131.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 166 133 32 0 0.20 0.81 0.35 45.22 0.68 0.39
Hex A6 85 20 0 14 51 23 2D 44 27
Octal 246 205 40 0 24 121 43 55 104 47
Binary 10100110 10000101 100000 0 10100 1010001 100011 101101 1000100 100111

Color Harmonies of #A68520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68520

Black with #A68520

Text Example


Text Example

White with #A68520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68520; }

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

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

background-color css

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

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

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

border-color css

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

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

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