Html Css Color HEX #A6841E Hacienda

📋 copy color: '#A6841E'

red 166 ◦ green 132 ◦ blue 30

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

Shades of Hacienda #A6841E

Tints of Hacienda #A6841E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.24%

 BLUE value IS 30 (12.11% from 255) = 9.15%

R = 50.61%
G = 40.24%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6841E (or 0xA6841E) is known color: Hacienda. HEX triplet: A6, 84 and 1E. RGB value is (166,132,30). Sum of RGB (Red+Green+Blue) = 166+132+30=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 132 (51.95% from 255 or 40.24% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6841E is #597BE1. Grayscale: #828282. Windows color (decimal): -5864418 or 2000038. OLE color: 2000038.

HSL color Cylindrical-coordinate representation of color #A6841E: hue angle of 45º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A6841E is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 132 30 -
CMYK 0 0.20 0.82 0.35
HSL 45º 0.69% 0.38% -
HSV(B) 45º 0.82% 0.65% -
XYZ 24.21 24.7 4.72 -
YUV 130.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 166 132 30 0 0.20 0.82 0.35 45 0.69 0.38
Hex A6 84 1E 0 14 52 23 2D 45 26
Octal 246 204 36 0 24 122 43 55 105 46
Binary 10100110 10000100 11110 0 10100 1010010 100011 101101 1000101 100110

Color Harmonies of #A6841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6841E

Black with #A6841E

Text Example


Text Example

White with #A6841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6841E; }

 p { color: rgb(166,132,30); }

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

background-color css

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

 a { background-color: rgb(166,132,30); }

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

border-color css

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

 span { border-color: rgb(166,132,30); }

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