Html Css Color HEX #A68341 Alpine

📋 copy color: '#A68341'

red 166 ◦ green 131 ◦ blue 65

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

Shades of Alpine #A68341

Tints of Alpine #A68341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 45.86%
G = 36.19%
B = 17.96%

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

#A68341 (or 0xA68341) is known color: Alpine. HEX triplet: A6, 83 and 41. RGB value is (166,131,65). Sum of RGB (Red+Green+Blue) = 166+131+65=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A68341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68341 is #597CBE. Grayscale: #868686. Windows color (decimal): -5864639 or 4293542. OLE color: 4293542.

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

Color convert

RGB 166 131 65 -
CMYK 0 0.21 0.61 0.35
HSL 39.21º 0.44% 0.45% -
HSV(B) 39.21º 0.61% 0.65% -
XYZ 24.8 24.72 8.47 -
YUV 133.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 166 131 65 0 0.21 0.61 0.35 39.21 0.44 0.45
Hex A6 83 41 0 15 3D 23 27 2C 2D
Octal 246 203 101 0 25 75 43 47 54 55
Binary 10100110 10000011 1000001 0 10101 111101 100011 100111 101100 101101

Color Harmonies of #A68341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68341

Black with #A68341

Text Example


Text Example

White with #A68341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68341; }

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

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

background-color css

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

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

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

border-color css

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

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

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