Html Css Color HEX #AD883E Alpine

📋 copy color: '#AD883E'

red 173 ◦ green 136 ◦ blue 62

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

Shades of Alpine #AD883E

Tints of Alpine #AD883E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.66%

 BLUE value IS 62 (24.61% from 255) = 16.71%

R = 46.63%
G = 36.66%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD883E (or 0xAD883E) is known color: Alpine. HEX triplet: AD, 88 and 3E. RGB value is (173,136,62). Sum of RGB (Red+Green+Blue) = 173+136+62=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD883E is #5277C1. Grayscale: #8A8A8A. Windows color (decimal): -5404610 or 4098221. OLE color: 4098221.

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

Color convert

RGB 173 136 62 -
CMYK 0 0.21 0.64 0.32
HSL 40º 0.47% 0.46% -
HSV(B) 40º 0.64% 0.68% -
XYZ 26.91 26.84 8.32 -
YUV 138.63 84.76 152.52 -
System Red Green Blue C M Y K H S L
Decimal 173 136 62 0 0.21 0.64 0.32 40 0.47 0.46
Hex AD 88 3E 0 15 40 20 28 2F 2E
Octal 255 210 76 0 25 100 40 50 57 56
Binary 10101101 10001000 111110 0 10101 1000000 100000 101000 101111 101110

Color Harmonies of #AD883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD883E

Black with #AD883E

Text Example


Text Example

White with #AD883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD883E; }

 p { color: rgb(173,136,62); }

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

background-color css

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

 a { background-color: rgb(173,136,62); }

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

border-color css

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

 span { border-color: rgb(173,136,62); }

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