Html Css Color HEX #AD8A40 Alpine

📋 copy color: '#AD8A40'

red 173 ◦ green 138 ◦ blue 64

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

Shades of Alpine #AD8A40

Tints of Alpine #AD8A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.8%

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

R = 46.13%
G = 36.8%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD8A40 (or 0xAD8A40) is known color: Alpine. HEX triplet: AD, 8A and 40. RGB value is (173,138,64). Sum of RGB (Red+Green+Blue) = 173+138+64=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8A40 is #5275BF. Grayscale: #8C8C8C. Windows color (decimal): -5404096 or 4229805. OLE color: 4229805.

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

Color convert

RGB 173 138 64 -
CMYK 0 0.20 0.63 0.32
HSL 40.73º 0.46% 0.46% -
HSV(B) 40.73º 0.63% 0.68% -
XYZ 27.25 27.43 8.71 -
YUV 140.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 173 138 64 0 0.20 0.63 0.32 40.73 0.46 0.46
Hex AD 8A 40 0 14 3F 20 29 2E 2E
Octal 255 212 100 0 24 77 40 51 56 56
Binary 10101101 10001010 1000000 0 10100 111111 100000 101001 101110 101110

Color Harmonies of #AD8A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A40

Black with #AD8A40

Text Example


Text Example

White with #AD8A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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