Html Css Color HEX #A6803A Alpine

📋 copy color: '#A6803A'

red 166 ◦ green 128 ◦ blue 58

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

Shades of Alpine #A6803A

Tints of Alpine #A6803A

RGB

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

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

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

R = 47.16%
G = 36.36%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6803A (or 0xA6803A) is known color: Alpine. HEX triplet: A6, 80 and 3A. RGB value is (166,128,58). Sum of RGB (Red+Green+Blue) = 166+128+58=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A6803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6803A is #597FC5. Grayscale: #838383. Windows color (decimal): -5865414 or 3834022. OLE color: 3834022.

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

Color convert

RGB 166 128 58 -
CMYK 0 0.23 0.65 0.35
HSL 38.89º 0.48% 0.44% -
HSV(B) 38.89º 0.65% 0.65% -
XYZ 24.21 23.85 7.33 -
YUV 131.38 86.59 152.69 -
System Red Green Blue C M Y K H S L
Decimal 166 128 58 0 0.23 0.65 0.35 38.89 0.48 0.44
Hex A6 80 3A 0 17 41 23 27 30 2C
Octal 246 200 72 0 27 101 43 47 60 54
Binary 10100110 10000000 111010 0 10111 1000001 100011 100111 110000 101100

Color Harmonies of #A6803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6803A

Black with #A6803A

Text Example


Text Example

White with #A6803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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