#AD8A3D

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

Shades of Alpine #AD8A3D

Tints of Alpine #AD8A3D

Color information

#AD8A3D (or 0xAD8A3D) is unknown color: approx Alpine. HEX triplet: AD, 8A and 3D. RGB value is (173,138,61). Sum of RGB (Red+Green+Blue) = 173+138+61=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A3D is #5275C2. Grayscale: #8C8C8C. Windows color (decimal): -5404099 or 4033197. OLE color: 4033197.

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

Color convert

RGB17313861-
CMYK00.200.650.32
HSL41.25º47.86%45.88%-
HSV(B)41.25º64.74%67.84%-
XYZ27.1627.48.27-
YUV139.6983.6151.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.51%
GREEN value IS 138 (54.30% from 255) = 37.10%
BLUE value IS 61 (24.22% from 255) = 16.40%
R=46.51%
G=37.10%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731386100.200.650.3241.2547.8645.88
HexAD8A3D014412029302e
Octal2552127502410140516056
Binary10101101100010101111010101001000001100000101001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8A3D; }

 p { color: rgb(173,138,61); }

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

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

 a { background-color: rgb(173,138,61); }

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

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

 span { border-color: rgb(173,138,61); }

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