Html Css Color HEX #AD8B3D Alpine

📋 copy color: '#AD8B3D'

red 173 ◦ green 139 ◦ blue 61

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

Shades of Alpine #AD8B3D

Tints of Alpine #AD8B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.27%

 BLUE value IS 61 (24.22% from 255) = 16.35%

R = 46.38%
G = 37.27%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD8B3D (or 0xAD8B3D) is known color: Alpine. HEX triplet: AD, 8B and 3D. RGB value is (173,139,61). Sum of RGB (Red+Green+Blue) = 173+139+61=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8B3D is #5274C2. Grayscale: #8C8C8C. Windows color (decimal): -5403843 or 4033453. OLE color: 4033453.

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

Color convert

RGB 173 139 61 -
CMYK 0 0.20 0.65 0.32
HSL 41.79º 0.48% 0.46% -
HSV(B) 41.79º 0.65% 0.68% -
XYZ 27.31 27.69 8.32 -
YUV 140.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 173 139 61 0 0.20 0.65 0.32 41.79 0.48 0.46
Hex AD 8B 3D 0 14 41 20 2A 30 2E
Octal 255 213 75 0 24 101 40 52 60 56
Binary 10101101 10001011 111101 0 10100 1000001 100000 101010 110000 101110

Color Harmonies of #AD8B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8B3D

Black with #AD8B3D

Text Example


Text Example

White with #AD8B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8B3D; }

 p { color: rgb(173,139,61); }

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

background-color css

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

 a { background-color: rgb(173,139,61); }

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

border-color css

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

 span { border-color: rgb(173,139,61); }

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