Html Css Color HEX #A68440 Alpine

📋 copy color: '#A68440'

red 166 ◦ green 132 ◦ blue 64

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

Shades of Alpine #A68440

Tints of Alpine #A68440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.46%

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

R = 45.86%
G = 36.46%
B = 17.68%

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

#A68440 (or 0xA68440) is known color: Alpine. HEX triplet: A6, 84 and 40. RGB value is (166,132,64). Sum of RGB (Red+Green+Blue) = 166+132+64=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A68440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68440 is #597BBF. Grayscale: #868686. Windows color (decimal): -5864384 or 4228262. OLE color: 4228262.

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

Color convert

RGB 166 132 64 -
CMYK 0 0.20 0.61 0.35
HSL 40º 0.44% 0.45% -
HSV(B) 40º 0.61% 0.65% -
XYZ 24.9 24.98 8.36 -
YUV 134.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 166 132 64 0 0.20 0.61 0.35 40 0.44 0.45
Hex A6 84 40 0 14 3D 23 28 2C 2D
Octal 246 204 100 0 24 75 43 50 54 55
Binary 10100110 10000100 1000000 0 10100 111101 100011 101000 101100 101101

Color Harmonies of #A68440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68440

Black with #A68440

Text Example


Text Example

White with #A68440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68440; }

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

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

background-color css

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

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

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

border-color css

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

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

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