Html Css Color HEX #A6802A Hacienda

📋 copy color: '#A6802A'

red 166 ◦ green 128 ◦ blue 42

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

Shades of Hacienda #A6802A

Tints of Hacienda #A6802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

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

R = 49.4%
G = 38.1%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6802A (or 0xA6802A) is known color: Hacienda. HEX triplet: A6, 80 and 2A. RGB value is (166,128,42). Sum of RGB (Red+Green+Blue) = 166+128+42=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A6802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6802A is #597FD5. Grayscale: #818181. Windows color (decimal): -5865430 or 2785446. OLE color: 2785446.

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

Color convert

RGB 166 128 42 -
CMYK 0 0.23 0.75 0.35
HSL 41.61º 0.6% 0.41% -
HSV(B) 41.61º 0.75% 0.65% -
XYZ 23.86 23.71 5.51 -
YUV 129.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 166 128 42 0 0.23 0.75 0.35 41.61 0.6 0.41
Hex A6 80 2A 0 17 4B 23 2A 3C 29
Octal 246 200 52 0 27 113 43 52 74 51
Binary 10100110 10000000 101010 0 10111 1001011 100011 101010 111100 101001

Color Harmonies of #A6802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6802A

Black with #A6802A

Text Example


Text Example

White with #A6802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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