Html Css Color HEX #A68221 Hacienda

📋 copy color: '#A68221'

red 166 ◦ green 130 ◦ blue 33

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

Shades of Hacienda #A68221

Tints of Hacienda #A68221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.51%

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

R = 50.46%
G = 39.51%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A68221 (or 0xA68221) is known color: Hacienda. HEX triplet: A6, 82 and 21. RGB value is (166,130,33). Sum of RGB (Red+Green+Blue) = 166+130+33=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A68221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68221 is #597DDE. Grayscale: #828282. Windows color (decimal): -5864927 or 2196134. OLE color: 2196134.

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

Color convert

RGB 166 130 33 -
CMYK 0 0.22 0.80 0.35
HSL 43.76º 0.67% 0.39% -
HSV(B) 43.76º 0.8% 0.65% -
XYZ 23.98 24.18 4.84 -
YUV 129.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 166 130 33 0 0.22 0.80 0.35 43.76 0.67 0.39
Hex A6 82 21 0 16 50 23 2C 43 27
Octal 246 202 41 0 26 120 43 54 103 47
Binary 10100110 10000010 100001 0 10110 1010000 100011 101100 1000011 100111

Color Harmonies of #A68221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68221

Black with #A68221

Text Example


Text Example

White with #A68221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68221; }

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

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

background-color css

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

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

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

border-color css

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

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

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