Html Css Color HEX #A68040 Alpine

📋 copy color: '#A68040'

red 166 ◦ green 128 ◦ blue 64

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

Shades of Alpine #A68040

Tints of Alpine #A68040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 46.37%
G = 35.75%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A68040 (or 0xA68040) is known color: Alpine. HEX triplet: A6, 80 and 40. RGB value is (166,128,64). Sum of RGB (Red+Green+Blue) = 166+128+64=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A68040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68040 is #597FBF. Grayscale: #848484. Windows color (decimal): -5865408 or 4227238. OLE color: 4227238.

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

Color convert

RGB 166 128 64 -
CMYK 0 0.23 0.61 0.35
HSL 37.65º 0.44% 0.45% -
HSV(B) 37.65º 0.61% 0.65% -
XYZ 24.37 23.92 8.18 -
YUV 132.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 166 128 64 0 0.23 0.61 0.35 37.65 0.44 0.45
Hex A6 80 40 0 17 3D 23 26 2C 2D
Octal 246 200 100 0 27 75 43 46 54 55
Binary 10100110 10000000 1000000 0 10111 111101 100011 100110 101100 101101

Color Harmonies of #A68040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68040

Black with #A68040

Text Example


Text Example

White with #A68040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68040; }

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

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

background-color css

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

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

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

border-color css

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

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

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