Html Css Color HEX #A68140 Alpine

📋 copy color: '#A68140'

red 166 ◦ green 129 ◦ blue 64

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

Shades of Alpine #A68140

Tints of Alpine #A68140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.93%

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

R = 46.24%
G = 35.93%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A68140 (or 0xA68140) is known color: Alpine. HEX triplet: A6, 81 and 40. RGB value is (166,129,64). Sum of RGB (Red+Green+Blue) = 166+129+64=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A68140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68140 is #597EBF. Grayscale: #848484. Windows color (decimal): -5865152 or 4227494. OLE color: 4227494.

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

Color convert

RGB 166 129 64 -
CMYK 0 0.22 0.61 0.35
HSL 38.24º 0.44% 0.45% -
HSV(B) 38.24º 0.61% 0.65% -
XYZ 24.5 24.18 8.23 -
YUV 132.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 166 129 64 0 0.22 0.61 0.35 38.24 0.44 0.45
Hex A6 81 40 0 16 3D 23 26 2C 2D
Octal 246 201 100 0 26 75 43 46 54 55
Binary 10100110 10000001 1000000 0 10110 111101 100011 100110 101100 101101

Color Harmonies of #A68140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68140

Black with #A68140

Text Example


Text Example

White with #A68140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68140; }

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

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

background-color css

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

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

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

border-color css

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

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

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