Html Css Color HEX #AD8536 Alpine

📋 copy color: '#AD8536'

red 173 ◦ green 133 ◦ blue 54

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

Shades of Alpine #AD8536

Tints of Alpine #AD8536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15%

R = 48.06%
G = 36.94%
B = 15%

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

#AD8536 (or 0xAD8536) is known color: Alpine. HEX triplet: AD, 85 and 36. RGB value is (173,133,54). Sum of RGB (Red+Green+Blue) = 173+133+54=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 133 (52.34% from 255 or 36.94% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8536 is #527AC9. Grayscale: #888888. Windows color (decimal): -5405386 or 3573165. OLE color: 3573165.

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

Color convert

RGB 173 133 54 -
CMYK 0 0.23 0.69 0.32
HSL 39.83º 0.52% 0.45% -
HSV(B) 39.83º 0.69% 0.68% -
XYZ 26.29 25.93 7.11 -
YUV 135.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 173 133 54 0 0.23 0.69 0.32 39.83 0.52 0.45
Hex AD 85 36 0 17 45 20 28 34 2D
Octal 255 205 66 0 27 105 40 50 64 55
Binary 10101101 10000101 110110 0 10111 1000101 100000 101000 110100 101101

Color Harmonies of #AD8536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8536

Black with #AD8536

Text Example


Text Example

White with #AD8536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8536; }

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

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

background-color css

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

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

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

border-color css

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

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

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