Html Css Color HEX #AD853D Alpine

📋 copy color: '#AD853D'

red 173 ◦ green 133 ◦ blue 61

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

Shades of Alpine #AD853D

Tints of Alpine #AD853D

RGB

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

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

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

R = 47.14%
G = 36.24%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD853D (or 0xAD853D) is known color: Alpine. HEX triplet: AD, 85 and 3D. RGB value is (173,133,61). Sum of RGB (Red+Green+Blue) = 173+133+61=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD853D is #527AC2. Grayscale: #898989. Windows color (decimal): -5405379 or 4031917. OLE color: 4031917.

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

Color convert

RGB 173 133 61 -
CMYK 0 0.23 0.65 0.32
HSL 38.57º 0.48% 0.46% -
HSV(B) 38.57º 0.65% 0.68% -
XYZ 26.46 26 8.04 -
YUV 136.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 173 133 61 0 0.23 0.65 0.32 38.57 0.48 0.46
Hex AD 85 3D 0 17 41 20 27 30 2E
Octal 255 205 75 0 27 101 40 47 60 56
Binary 10101101 10000101 111101 0 10111 1000001 100000 100111 110000 101110

Color Harmonies of #AD853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD853D

Black with #AD853D

Text Example


Text Example

White with #AD853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD853D; }

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

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

background-color css

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

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

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

border-color css

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

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

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