Html Css Color HEX #A68340 Alpine

📋 copy color: '#A68340'

red 166 ◦ green 131 ◦ blue 64

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

Shades of Alpine #A68340

Tints of Alpine #A68340

RGB

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

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

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

R = 45.98%
G = 36.29%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A68340 (or 0xA68340) is known color: Alpine. HEX triplet: A6, 83 and 40. RGB value is (166,131,64). Sum of RGB (Red+Green+Blue) = 166+131+64=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A68340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68340 is #597CBF. Grayscale: #868686. Windows color (decimal): -5864640 or 4228006. OLE color: 4228006.

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

Color convert

RGB 166 131 64 -
CMYK 0 0.21 0.61 0.35
HSL 39.41º 0.44% 0.45% -
HSV(B) 39.41º 0.61% 0.65% -
XYZ 24.77 24.71 8.31 -
YUV 133.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 166 131 64 0 0.21 0.61 0.35 39.41 0.44 0.45
Hex A6 83 40 0 15 3D 23 27 2C 2D
Octal 246 203 100 0 25 75 43 47 54 55
Binary 10100110 10000011 1000000 0 10101 111101 100011 100111 101100 101101

Color Harmonies of #A68340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68340

Black with #A68340

Text Example


Text Example

White with #A68340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68340; }

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

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

background-color css

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

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

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

border-color css

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

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

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