Html Css Color HEX #AD8535 Alpine

📋 copy color: '#AD8535'

red 173 ◦ green 133 ◦ blue 53

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

Shades of Alpine #AD8535

Tints of Alpine #AD8535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 48.19%
G = 37.05%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD8535 (or 0xAD8535) is known color: Alpine. HEX triplet: AD, 85 and 35. RGB value is (173,133,53). Sum of RGB (Red+Green+Blue) = 173+133+53=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8535 is #527ACA. Grayscale: #888888. Windows color (decimal): -5405387 or 3507629. OLE color: 3507629.

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

Color convert

RGB 173 133 53 -
CMYK 0 0.23 0.69 0.32
HSL 40º 0.53% 0.44% -
HSV(B) 40º 0.69% 0.68% -
XYZ 26.26 25.92 6.99 -
YUV 135.84 81.25 154.5 -
System Red Green Blue C M Y K H S L
Decimal 173 133 53 0 0.23 0.69 0.32 40 0.53 0.44
Hex AD 85 35 0 17 45 20 28 35 2C
Octal 255 205 65 0 27 105 40 50 65 54
Binary 10101101 10000101 110101 0 10111 1000101 100000 101000 110101 101100

Color Harmonies of #AD8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8535

Black with #AD8535

Text Example


Text Example

White with #AD8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8535; }

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

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

background-color css

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

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

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

border-color css

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

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

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