Html Css Color HEX #A6803D Alpine

📋 copy color: '#A6803D'

red 166 ◦ green 128 ◦ blue 61

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

Shades of Alpine #A6803D

Tints of Alpine #A6803D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.18%

R = 46.76%
G = 36.06%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6803D (or 0xA6803D) is known color: Alpine. HEX triplet: A6, 80 and 3D. RGB value is (166,128,61). Sum of RGB (Red+Green+Blue) = 166+128+61=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6803D is #597FC2. Grayscale: #848484. Windows color (decimal): -5865411 or 4030630. OLE color: 4030630.

HSL color Cylindrical-coordinate representation of color #A6803D: hue angle of 38.29º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A6803D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 128 61 -
CMYK 0 0.23 0.63 0.35
HSL 38.29º 0.46% 0.45% -
HSV(B) 38.29º 0.63% 0.65% -
XYZ 24.29 23.88 7.74 -
YUV 131.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 166 128 61 0 0.23 0.63 0.35 38.29 0.46 0.45
Hex A6 80 3D 0 17 3F 23 26 2E 2D
Octal 246 200 75 0 27 77 43 46 56 55
Binary 10100110 10000000 111101 0 10111 111111 100011 100110 101110 101101

Color Harmonies of #A6803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6803D

Black with #A6803D

Text Example


Text Example

White with #A6803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6803D; }

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

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

background-color css

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

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

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

border-color css

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

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

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