Html Css Color HEX #A68320 Hacienda

📋 copy color: '#A68320'

red 166 ◦ green 131 ◦ blue 32

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

Shades of Hacienda #A68320

Tints of Hacienda #A68320

RGB

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

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

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

R = 50.46%
G = 39.82%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A68320 (or 0xA68320) is known color: Hacienda. HEX triplet: A6, 83 and 20. RGB value is (166,131,32). Sum of RGB (Red+Green+Blue) = 166+131+32=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A68320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68320 is #597CDF. Grayscale: #828282. Windows color (decimal): -5864672 or 2130854. OLE color: 2130854.

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

Color convert

RGB 166 131 32 -
CMYK 0 0.21 0.81 0.35
HSL 44.33º 0.68% 0.39% -
HSV(B) 44.33º 0.81% 0.65% -
XYZ 24.1 24.44 4.81 -
YUV 130.18 72.6 153.55 -
System Red Green Blue C M Y K H S L
Decimal 166 131 32 0 0.21 0.81 0.35 44.33 0.68 0.39
Hex A6 83 20 0 15 51 23 2C 44 27
Octal 246 203 40 0 25 121 43 54 104 47
Binary 10100110 10000011 100000 0 10101 1010001 100011 101100 1000100 100111

Color Harmonies of #A68320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68320

Black with #A68320

Text Example


Text Example

White with #A68320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68320; }

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

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

background-color css

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

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

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

border-color css

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

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

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