Html Css Color HEX #AD833F Alpine

📋 copy color: '#AD833F'

red 173 ◦ green 131 ◦ blue 63

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

Shades of Alpine #AD833F

Tints of Alpine #AD833F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 63 (25% from 255) = 17.17%

R = 47.14%
G = 35.69%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD833F (or 0xAD833F) is known color: Alpine. HEX triplet: AD, 83 and 3F. RGB value is (173,131,63). Sum of RGB (Red+Green+Blue) = 173+131+63=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD833F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD833F is #527CC0. Grayscale: #888888. Windows color (decimal): -5405889 or 4162477. OLE color: 4162477.

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

Color convert

RGB 173 131 63 -
CMYK 0 0.24 0.64 0.32
HSL 37.09º 0.47% 0.46% -
HSV(B) 37.09º 0.64% 0.68% -
XYZ 26.25 25.48 8.24 -
YUV 135.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 173 131 63 0 0.24 0.64 0.32 37.09 0.47 0.46
Hex AD 83 3F 0 18 40 20 25 2F 2E
Octal 255 203 77 0 30 100 40 45 57 56
Binary 10101101 10000011 111111 0 11000 1000000 100000 100101 101111 101110

Color Harmonies of #AD833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD833F

Black with #AD833F

Text Example


Text Example

White with #AD833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD833F; }

 p { color: rgb(173,131,63); }

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

background-color css

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

 a { background-color: rgb(173,131,63); }

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

border-color css

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

 span { border-color: rgb(173,131,63); }

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