Html Css Color HEX #A68343 Alpine

📋 copy color: '#A68343'

red 166 ◦ green 131 ◦ blue 67

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

Shades of Alpine #A68343

Tints of Alpine #A68343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 45.6%
G = 35.99%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A68343 (or 0xA68343) is known color: Alpine. HEX triplet: A6, 83 and 43. RGB value is (166,131,67). Sum of RGB (Red+Green+Blue) = 166+131+67=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A68343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68343 is #597CBC. Grayscale: #868686. Windows color (decimal): -5864637 or 4424614. OLE color: 4424614.

HSL color Cylindrical-coordinate representation of color #A68343: hue angle of 38.79º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A68343 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 131 67 -
CMYK 0 0.21 0.60 0.35
HSL 38.79º 0.42% 0.46% -
HSV(B) 38.79º 0.6% 0.65% -
XYZ 24.86 24.74 8.78 -
YUV 134.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 166 131 67 0 0.21 0.60 0.35 38.79 0.42 0.46
Hex A6 83 43 0 15 3C 23 27 2A 2E
Octal 246 203 103 0 25 74 43 47 52 56
Binary 10100110 10000011 1000011 0 10101 111100 100011 100111 101010 101110

Color Harmonies of #A68343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68343

Black with #A68343

Text Example


Text Example

White with #A68343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68343; }

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

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

background-color css

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

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

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

border-color css

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

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

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