Html Css Color HEX #A6833A Alpine

📋 copy color: '#A6833A'

red 166 ◦ green 131 ◦ blue 58

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

Shades of Alpine #A6833A

Tints of Alpine #A6833A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

 BLUE value IS 58 (23.05% from 255) = 16.34%

R = 46.76%
G = 36.9%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6833A (or 0xA6833A) is known color: Alpine. HEX triplet: A6, 83 and 3A. RGB value is (166,131,58). Sum of RGB (Red+Green+Blue) = 166+131+58=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6833A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6833A is #597CC5. Grayscale: #858585. Windows color (decimal): -5864646 or 3834790. OLE color: 3834790.

HSL color Cylindrical-coordinate representation of color #A6833A: hue angle of 40.56º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6833A is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 58 -
CMYK 0 0.21 0.65 0.35
HSL 40.56º 0.48% 0.44% -
HSV(B) 40.56º 0.65% 0.65% -
XYZ 24.61 24.65 7.46 -
YUV 133.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 166 131 58 0 0.21 0.65 0.35 40.56 0.48 0.44
Hex A6 83 3A 0 15 41 23 29 30 2C
Octal 246 203 72 0 25 101 43 51 60 54
Binary 10100110 10000011 111010 0 10101 1000001 100011 101001 110000 101100

Color Harmonies of #A6833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6833A

Black with #A6833A

Text Example


Text Example

White with #A6833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6833A; }

 p { color: rgb(166,131,58); }

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

background-color css

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

 a { background-color: rgb(166,131,58); }

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

border-color css

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

 span { border-color: rgb(166,131,58); }

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