Html Css Color HEX #A68540 Alpine

📋 copy color: '#A68540'

red 166 ◦ green 133 ◦ blue 64

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

Shades of Alpine #A68540

Tints of Alpine #A68540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 45.73%
G = 36.64%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A68540 (or 0xA68540) is known color: Alpine. HEX triplet: A6, 85 and 40. RGB value is (166,133,64). Sum of RGB (Red+Green+Blue) = 166+133+64=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A68540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68540 is #597ABF. Grayscale: #878787. Windows color (decimal): -5864128 or 4228518. OLE color: 4228518.

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

Color convert

RGB 166 133 64 -
CMYK 0 0.20 0.61 0.35
HSL 40.59º 0.44% 0.45% -
HSV(B) 40.59º 0.61% 0.65% -
XYZ 25.04 25.25 8.4 -
YUV 135 87.93 150.11 -
System Red Green Blue C M Y K H S L
Decimal 166 133 64 0 0.20 0.61 0.35 40.59 0.44 0.45
Hex A6 85 40 0 14 3D 23 29 2C 2D
Octal 246 205 100 0 24 75 43 51 54 55
Binary 10100110 10000101 1000000 0 10100 111101 100011 101001 101100 101101

Color Harmonies of #A68540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68540

Black with #A68540

Text Example


Text Example

White with #A68540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68540; }

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

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

background-color css

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

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

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

border-color css

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

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

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