#AD883A

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

Shades of Alpine #AD883A

Tints of Alpine #AD883A

Color information

#AD883A (or 0xAD883A) is unknown color: approx Alpine. HEX triplet: AD, 88 and 3A. RGB value is (173,136,58). Sum of RGB (Red+Green+Blue) = 173+136+58=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD883A is #5277C5. Grayscale: #8A8A8A. Windows color (decimal): -5404614 or 3836077. OLE color: 3836077.

HSL color Cylindrical-coordinate representation of color #AD883A: hue angle of 40.7º 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 #AD883A is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17313658-
CMYK00.210.660.32
HSL40.7º49.78%45.29%-
HSV(B)40.7º66.47%67.84%-
XYZ26.826.87.76-
YUV138.1782.76152.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.14%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 58 (23.05% from 255) = 15.80%
R=47.14%
G=37.06%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731365800.210.660.3240.749.7845.29
HexAD883A015422029322d
Octal2552107202510240516255
Binary10101101100010001110100101011000010100000101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD883A; }

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

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

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

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

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

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

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

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