Html Css Color HEX #AD8935 Alpine

📋 copy color: '#AD8935'

red 173 ◦ green 137 ◦ blue 53

#AD8935
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alpine #AD8935

Tints of Alpine #AD8935

RGB

 RED value IS 173 (67.97% from 255) = 47.66%

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 53 (21.09% from 255) = 14.6%

R = 47.66%
G = 37.74%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD8935 (or 0xAD8935) is known color: Alpine. HEX triplet: AD, 89 and 35. RGB value is (173,137,53). Sum of RGB (Red+Green+Blue) = 173+137+53=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8935 is #5276CA. Grayscale: #8A8A8A. Windows color (decimal): -5404363 or 3508653. OLE color: 3508653.

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

Color convert

RGB 173 137 53 -
CMYK 0 0.21 0.69 0.32
HSL 42º 0.53% 0.44% -
HSV(B) 42º 0.69% 0.68% -
XYZ 26.82 27.03 7.17 -
YUV 138.19 79.93 152.83 -
System Red Green Blue C M Y K H S L
Decimal 173 137 53 0 0.21 0.69 0.32 42 0.53 0.44
Hex AD 89 35 0 15 45 20 2A 35 2C
Octal 255 211 65 0 25 105 40 52 65 54
Binary 10101101 10001001 110101 0 10101 1000101 100000 101010 110101 101100

Color Harmonies of #AD8935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8935

Black with #AD8935

Text Example


Text Example

White with #AD8935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8935; }

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

 H1.HeaderClassName
 {
   color: #AD8935;
 }
 .AnyTagClassName
 {
   color: #AD8935;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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