Html Css Color HEX #A68138 Alpine

📋 copy color: '#A68138'

red 166 ◦ green 129 ◦ blue 56

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

Shades of Alpine #A68138

Tints of Alpine #A68138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 47.29%
G = 36.75%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A68138 (or 0xA68138) is known color: Alpine. HEX triplet: A6, 81 and 38. RGB value is (166,129,56). Sum of RGB (Red+Green+Blue) = 166+129+56=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A68138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68138 is #597EC7. Grayscale: #848484. Windows color (decimal): -5865160 or 3703206. OLE color: 3703206.

HSL color Cylindrical-coordinate representation of color #A68138: hue angle of 39.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A68138 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 129 56 -
CMYK 0 0.22 0.66 0.35
HSL 39.82º 0.5% 0.44% -
HSV(B) 39.82º 0.66% 0.65% -
XYZ 24.29 24.09 7.11 -
YUV 131.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 166 129 56 0 0.22 0.66 0.35 39.82 0.5 0.44
Hex A6 81 38 0 16 42 23 28 32 2C
Octal 246 201 70 0 26 102 43 50 62 54
Binary 10100110 10000001 111000 0 10110 1000010 100011 101000 110010 101100

Color Harmonies of #A68138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68138

Black with #A68138

Text Example


Text Example

White with #A68138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68138; }

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

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

background-color css

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

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

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

border-color css

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

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

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