Html Css Color HEX #A98740 Alpine

📋 copy color: '#A98740'

red 169 ◦ green 135 ◦ blue 64

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

Shades of Alpine #A98740

Tints of Alpine #A98740

RGB

 RED value IS 169 (66.41% from 255) = 45.92%

 GREEN value IS 135 (53.13% from 255) = 36.68%

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 45.92%
G = 36.68%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A98740 (or 0xA98740) is known color: Alpine. HEX triplet: A9, 87 and 40. RGB value is (169,135,64). Sum of RGB (Red+Green+Blue) = 169+135+64=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A98740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98740 is #5678BF. Grayscale: #898989. Windows color (decimal): -5667008 or 4229033. OLE color: 4229033.

HSL color Cylindrical-coordinate representation of color #A98740: hue angle of 40.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A98740 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 135 64 -
CMYK 0 0.20 0.62 0.34
HSL 40.57º 0.45% 0.46% -
HSV(B) 40.57º 0.62% 0.66% -
XYZ 25.95 26.13 8.53 -
YUV 137.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 169 135 64 0 0.20 0.62 0.34 40.57 0.45 0.46
Hex A9 87 40 0 14 3E 22 29 2D 2E
Octal 251 207 100 0 24 76 42 51 55 56
Binary 10101001 10000111 1000000 0 10100 111110 100010 101001 101101 101110

Color Harmonies of #A98740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98740

Black with #A98740

Text Example


Text Example

White with #A98740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98740; }

 p { color: rgb(169,135,64); }

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

background-color css

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

 a { background-color: rgb(169,135,64); }

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

border-color css

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

 span { border-color: rgb(169,135,64); }

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