#AD8B3A

Color #AD8B3A Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #AD8B3A

Tints of Alpine #AD8B3A

Color information

#AD8B3A (or 0xAD8B3A) is unknown color: approx Alpine. HEX triplet: AD, 8B and 3A. RGB value is (173,139,58). Sum of RGB (Red+Green+Blue) = 173+139+58=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B3A is #5274C5. Grayscale: #8C8C8C. Windows color (decimal): -5403846 or 3836845. OLE color: 3836845.

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

Color convert

RGB17313958-
CMYK00.200.660.32
HSL42.26º49.78%45.29%-
HSV(B)42.26º66.47%67.84%-
XYZ27.2327.657.91-
YUV139.9381.76151.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 58 (23.05% from 255) = 15.68%
R=46.76%
G=37.57%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731395800.200.660.3242.2649.7845.29
HexAD8B3A01442202a322d
Octal2552137202410240526255
Binary10101101100010111110100101001000010100000101010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8B3A; }

 p { color: rgb(173,139,58); }

 H1.HeaderClassName
 {
   color: #AD8B3A;
 }
 .AnyTagClassName
 {
   color: #AD8B3A;
 }
</style>
background-color css

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

 a { background-color: rgb(173,139,58); }

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

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

 span { border-color: rgb(173,139,58); }

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