Html Css Color HEX #A68136 Alpine

📋 copy color: '#A68136'

red 166 ◦ green 129 ◦ blue 54

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

Shades of Alpine #A68136

Tints of Alpine #A68136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.47%

R = 47.56%
G = 36.96%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A68136 (or 0xA68136) is known color: Alpine. HEX triplet: A6, 81 and 36. RGB value is (166,129,54). Sum of RGB (Red+Green+Blue) = 166+129+54=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A68136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A68136 is #597EC9. Grayscale: #838383. Windows color (decimal): -5865162 or 3572134. OLE color: 3572134.

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

Color convert

RGB 166 129 54 -
CMYK 0 0.22 0.67 0.35
HSL 40.18º 0.51% 0.43% -
HSV(B) 40.18º 0.67% 0.65% -
XYZ 24.24 24.07 6.86 -
YUV 131.51 84.26 152.6 -
System Red Green Blue C M Y K H S L
Decimal 166 129 54 0 0.22 0.67 0.35 40.18 0.51 0.43
Hex A6 81 36 0 16 43 23 28 33 2B
Octal 246 201 66 0 26 103 43 50 63 53
Binary 10100110 10000001 110110 0 10110 1000011 100011 101000 110011 101011

Color Harmonies of #A68136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68136

Black with #A68136

Text Example


Text Example

White with #A68136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68136; }

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

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

background-color css

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

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

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

border-color css

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

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

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