Html Css Color HEX #A88136 Alpine

📋 copy color: '#A88136'

red 168 ◦ green 129 ◦ blue 54

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

Shades of Alpine #A88136

Tints of Alpine #A88136

RGB

 RED value IS 168 (66.02% from 255) = 47.86%

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

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

R = 47.86%
G = 36.75%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A88136 (or 0xA88136) is known color: Alpine. HEX triplet: A8, 81 and 36. RGB value is (168,129,54). Sum of RGB (Red+Green+Blue) = 168+129+54=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A88136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88136 is #577EC9. Grayscale: #848484. Windows color (decimal): -5734090 or 3572136. OLE color: 3572136.

HSL color Cylindrical-coordinate representation of color #A88136: hue angle of 39.47º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A88136 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 129 54 -
CMYK 0 0.23 0.68 0.34
HSL 39.47º 0.51% 0.44% -
HSV(B) 39.47º 0.68% 0.66% -
XYZ 24.66 24.29 6.88 -
YUV 132.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 168 129 54 0 0.23 0.68 0.34 39.47 0.51 0.44
Hex A8 81 36 0 17 44 22 27 33 2C
Octal 250 201 66 0 27 104 42 47 63 54
Binary 10101000 10000001 110110 0 10111 1000100 100010 100111 110011 101100

Color Harmonies of #A88136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88136

Black with #A88136

Text Example


Text Example

White with #A88136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88136; }

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

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

background-color css

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

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

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

border-color css

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

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

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