Html Css Color HEX #A68020 Hacienda

📋 copy color: '#A68020'

red 166 ◦ green 128 ◦ blue 32

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

Shades of Hacienda #A68020

Tints of Hacienda #A68020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

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

R = 50.92%
G = 39.26%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A68020 (or 0xA68020) is known color: Hacienda. HEX triplet: A6, 80 and 20. RGB value is (166,128,32). Sum of RGB (Red+Green+Blue) = 166+128+32=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A68020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68020 is #597FDF. Grayscale: #808080. Windows color (decimal): -5865440 or 2130086. OLE color: 2130086.

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

Color convert

RGB 166 128 32 -
CMYK 0 0.23 0.81 0.35
HSL 42.99º 0.68% 0.39% -
HSV(B) 42.99º 0.81% 0.65% -
XYZ 23.71 23.65 4.68 -
YUV 128.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 166 128 32 0 0.23 0.81 0.35 42.99 0.68 0.39
Hex A6 80 20 0 17 51 23 2B 44 27
Octal 246 200 40 0 27 121 43 53 104 47
Binary 10100110 10000000 100000 0 10111 1010001 100011 101011 1000100 100111

Color Harmonies of #A68020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68020

Black with #A68020

Text Example


Text Example

White with #A68020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68020; }

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

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

background-color css

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

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

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

border-color css

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

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

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