Html Css Color HEX #A98138 Alpine

📋 copy color: '#A98138'

red 169 ◦ green 129 ◦ blue 56

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

Shades of Alpine #A98138

Tints of Alpine #A98138

RGB

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

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

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

R = 47.74%
G = 36.44%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A98138 (or 0xA98138) is known color: Alpine. HEX triplet: A9, 81 and 38. RGB value is (169,129,56). Sum of RGB (Red+Green+Blue) = 169+129+56=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A98138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98138 is #567EC7. Grayscale: #848484. Windows color (decimal): -5668552 or 3703209. OLE color: 3703209.

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

Color convert

RGB 169 129 56 -
CMYK 0 0.24 0.67 0.34
HSL 38.76º 0.5% 0.44% -
HSV(B) 38.76º 0.67% 0.66% -
XYZ 24.93 24.42 7.14 -
YUV 132.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 169 129 56 0 0.24 0.67 0.34 38.76 0.5 0.44
Hex A9 81 38 0 18 43 22 27 32 2C
Octal 251 201 70 0 30 103 42 47 62 54
Binary 10101001 10000001 111000 0 11000 1000011 100010 100111 110010 101100

Color Harmonies of #A98138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98138

Black with #A98138

Text Example


Text Example

White with #A98138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98138; }

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

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

background-color css

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

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

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

border-color css

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

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

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