Html Css Color HEX #A6852A Hacienda

📋 copy color: '#A6852A'

red 166 ◦ green 133 ◦ blue 42

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

Shades of Hacienda #A6852A

Tints of Hacienda #A6852A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39%

 BLUE value IS 42 (16.8% from 255) = 12.32%

R = 48.68%
G = 39%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6852A (or 0xA6852A) is known color: Hacienda. HEX triplet: A6, 85 and 2A. RGB value is (166,133,42). Sum of RGB (Red+Green+Blue) = 166+133+42=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6852A is #597AD5. Grayscale: #848484. Windows color (decimal): -5864150 or 2786726. OLE color: 2786726.

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

Color convert

RGB 166 133 42 -
CMYK 0 0.20 0.75 0.35
HSL 44.03º 0.6% 0.41% -
HSV(B) 44.03º 0.75% 0.65% -
XYZ 24.53 25.05 5.73 -
YUV 132.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 166 133 42 0 0.20 0.75 0.35 44.03 0.6 0.41
Hex A6 85 2A 0 14 4B 23 2C 3C 29
Octal 246 205 52 0 24 113 43 54 74 51
Binary 10100110 10000101 101010 0 10100 1001011 100011 101100 111100 101001

Color Harmonies of #A6852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6852A

Black with #A6852A

Text Example


Text Example

White with #A6852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6852A; }

 p { color: rgb(166,133,42); }

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

background-color css

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

 a { background-color: rgb(166,133,42); }

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

border-color css

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

 span { border-color: rgb(166,133,42); }

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