Html Css Color HEX #A68219 Hacienda

📋 copy color: '#A68219'

red 166 ◦ green 130 ◦ blue 25

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

Shades of Hacienda #A68219

Tints of Hacienda #A68219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.79%

R = 51.71%
G = 40.5%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A68219 (or 0xA68219) is known color: Hacienda. HEX triplet: A6, 82 and 19. RGB value is (166,130,25). Sum of RGB (Red+Green+Blue) = 166+130+25=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A68219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68219 is #597DE6. Grayscale: #818181. Windows color (decimal): -5864935 or 1671846. OLE color: 1671846.

HSL color Cylindrical-coordinate representation of color #A68219: hue angle of 44.68º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A68219 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 130 25 -
CMYK 0 0.22 0.85 0.35
HSL 44.68º 0.74% 0.37% -
HSV(B) 44.68º 0.85% 0.65% -
XYZ 23.88 24.14 4.32 -
YUV 128.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 166 130 25 0 0.22 0.85 0.35 44.68 0.74 0.37
Hex A6 82 19 0 16 55 23 2D 4A 25
Octal 246 202 31 0 26 125 43 55 112 45
Binary 10100110 10000010 11001 0 10110 1010101 100011 101101 1001010 100101

Color Harmonies of #A68219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68219

Black with #A68219

Text Example


Text Example

White with #A68219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68219; }

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

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

background-color css

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

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

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

border-color css

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

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

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