Html Css Color HEX #A68342 Alpine

📋 copy color: '#A68342'

red 166 ◦ green 131 ◦ blue 66

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

Shades of Alpine #A68342

Tints of Alpine #A68342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.18%

R = 45.73%
G = 36.09%
B = 18.18%

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

#A68342 (or 0xA68342) is known color: Alpine. HEX triplet: A6, 83 and 42. RGB value is (166,131,66). Sum of RGB (Red+Green+Blue) = 166+131+66=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A68342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68342 is #597CBD. Grayscale: #868686. Windows color (decimal): -5864638 or 4359078. OLE color: 4359078.

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

Color convert

RGB 166 131 66 -
CMYK 0 0.21 0.60 0.35
HSL 39º 0.43% 0.45% -
HSV(B) 39º 0.6% 0.65% -
XYZ 24.83 24.73 8.62 -
YUV 134.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 166 131 66 0 0.21 0.60 0.35 39 0.43 0.45
Hex A6 83 42 0 15 3C 23 27 2B 2D
Octal 246 203 102 0 25 74 43 47 53 55
Binary 10100110 10000011 1000010 0 10101 111100 100011 100111 101011 101101

Color Harmonies of #A68342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68342

Black with #A68342

Text Example


Text Example

White with #A68342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68342; }

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

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

background-color css

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

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

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

border-color css

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

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

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