#AD8238

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

Shades of Alpine #AD8238

Tints of Alpine #AD8238

Color information

#AD8238 (or 0xAD8238) is unknown color: approx Alpine. HEX triplet: AD, 82 and 38. RGB value is (173,130,56). Sum of RGB (Red+Green+Blue) = 173+130+56=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8238 is #527DC7. Grayscale: #868686. Windows color (decimal): -5406152 or 3703469. OLE color: 3703469.

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

Color convert

RGB17313056-
CMYK00.250.680.32
HSL37.95º51.09%44.9%-
HSV(B)37.95º67.63%67.84%-
XYZ25.9325.147.23-
YUV134.4283.75155.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.19%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=48.19%
G=36.21%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731305600.250.680.3237.9551.0944.9
HexAD8238019442026332d
Octal2552027003110440466355
Binary10101101100000101110000110011000100100000100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8238; }

 p { color: rgb(173,130,56); }

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

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

 a { background-color: rgb(173,130,56); }

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

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

 span { border-color: rgb(173,130,56); }

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