#AD8335

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

Shades of Alpine #AD8335

Tints of Alpine #AD8335

Color information

#AD8335 (or 0xAD8335) is unknown color: approx Alpine. HEX triplet: AD, 83 and 35. RGB value is (173,131,53). Sum of RGB (Red+Green+Blue) = 173+131+53=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8335 is #527CCA. Grayscale: #878787. Windows color (decimal): -5405899 or 3507117. OLE color: 3507117.

HSL color Cylindrical-coordinate representation of color #AD8335: hue angle of 39º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD8335 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB17313153-
CMYK00.240.690.32
HSL39º53.1%44.31%-
HSV(B)39º69.36%67.84%-
XYZ25.9925.376.9-
YUV134.6781.91155.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 48.46%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=48.46%
G=36.69%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731315300.240.690.323953.144.31
HexAD8335018452027352c
Octal2552036503010540476554
Binary10101101100000111101010110001000101100000100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8335; }

 p { color: rgb(173,131,53); }

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

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

 a { background-color: rgb(173,131,53); }

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

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

 span { border-color: rgb(173,131,53); }

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