Html Css Color HEX #A68321 Hacienda

📋 copy color: '#A68321'

red 166 ◦ green 131 ◦ blue 33

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

Shades of Hacienda #A68321

Tints of Hacienda #A68321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10%

R = 50.3%
G = 39.7%
B = 10%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A68321 (or 0xA68321) is known color: Hacienda. HEX triplet: A6, 83 and 21. RGB value is (166,131,33). Sum of RGB (Red+Green+Blue) = 166+131+33=330 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.30% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 166 - color contains mainly: red. Hex color #A68321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68321 is #597CDE. Grayscale: #828282. Windows color (decimal): -5864671 or 2196390. OLE color: 2196390.

HSL color Cylindrical-coordinate representation of color #A68321: hue angle of 44.21º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A68321 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 33 -
CMYK 0 0.21 0.80 0.35
HSL 44.21º 0.67% 0.39% -
HSV(B) 44.21º 0.8% 0.65% -
XYZ 24.12 24.45 4.89 -
YUV 130.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 166 131 33 0 0.21 0.80 0.35 44.21 0.67 0.39
Hex A6 83 21 0 15 50 23 2C 43 27
Octal 246 203 41 0 25 120 43 54 103 47
Binary 10100110 10000011 100001 0 10101 1010000 100011 101100 1000011 100111

Color Harmonies of #A68321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68321

Black with #A68321

Text Example


Text Example

White with #A68321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68321; }

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

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

background-color css

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

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

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

border-color css

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

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

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