Html Css Color HEX #AD8140 Alpine

📋 copy color: '#AD8140'

red 173 ◦ green 129 ◦ blue 64

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

Shades of Alpine #AD8140

Tints of Alpine #AD8140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.25%

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

R = 47.27%
G = 35.25%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD8140 (or 0xAD8140) is known color: Alpine. HEX triplet: AD, 81 and 40. RGB value is (173,129,64). Sum of RGB (Red+Green+Blue) = 173+129+64=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 64 (25.39% from 255 or 17.49% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8140 is #527EBF. Grayscale: #878787. Windows color (decimal): -5406400 or 4227501. OLE color: 4227501.

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

Color convert

RGB 173 129 64 -
CMYK 0 0.25 0.63 0.32
HSL 35.78º 0.46% 0.46% -
HSV(B) 35.78º 0.63% 0.68% -
XYZ 26.01 24.95 8.3 -
YUV 134.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 173 129 64 0 0.25 0.63 0.32 35.78 0.46 0.46
Hex AD 81 40 0 19 3F 20 24 2E 2E
Octal 255 201 100 0 31 77 40 44 56 56
Binary 10101101 10000001 1000000 0 11001 111111 100000 100100 101110 101110

Color Harmonies of #AD8140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8140

Black with #AD8140

Text Example


Text Example

White with #AD8140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8140; }

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

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

background-color css

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

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

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

border-color css

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

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

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