Html Css Color HEX #AD8540 Alpine

📋 copy color: '#AD8540'

red 173 ◦ green 133 ◦ blue 64

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

Shades of Alpine #AD8540

Tints of Alpine #AD8540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 46.76%
G = 35.95%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD8540 (or 0xAD8540) is known color: Alpine. HEX triplet: AD, 85 and 40. RGB value is (173,133,64). Sum of RGB (Red+Green+Blue) = 173+133+64=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8540 is #527ABF. Grayscale: #898989. Windows color (decimal): -5405376 or 4228525. OLE color: 4228525.

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

Color convert

RGB 173 133 64 -
CMYK 0 0.23 0.63 0.32
HSL 37.98º 0.46% 0.46% -
HSV(B) 37.98º 0.63% 0.68% -
XYZ 26.55 26.03 8.48 -
YUV 137.09 86.75 153.61 -
System Red Green Blue C M Y K H S L
Decimal 173 133 64 0 0.23 0.63 0.32 37.98 0.46 0.46
Hex AD 85 40 0 17 3F 20 26 2E 2E
Octal 255 205 100 0 27 77 40 46 56 56
Binary 10101101 10000101 1000000 0 10111 111111 100000 100110 101110 101110

Color Harmonies of #AD8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8540

Black with #AD8540

Text Example


Text Example

White with #AD8540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8540; }

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

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

background-color css

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

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

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

border-color css

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

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

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