Html Css Color HEX #AD883A Alpine

📋 copy color: '#AD883A'

red 173 ◦ green 136 ◦ blue 58

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

Shades of Alpine #AD883A

Tints of Alpine #AD883A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.8%

R = 47.14%
G = 37.06%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD883A (or 0xAD883A) is known color: Alpine. HEX triplet: AD, 88 and 3A. RGB value is (173,136,58). Sum of RGB (Red+Green+Blue) = 173+136+58=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD883A is #5277C5. Grayscale: #8A8A8A. Windows color (decimal): -5404614 or 3836077. OLE color: 3836077.

HSL color Cylindrical-coordinate representation of color #AD883A: hue angle of 40.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD883A is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 58 -
CMYK 0 0.21 0.66 0.32
HSL 40.7º 0.5% 0.45% -
HSV(B) 40.7º 0.66% 0.68% -
XYZ 26.8 26.8 7.76 -
YUV 138.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 173 136 58 0 0.21 0.66 0.32 40.7 0.5 0.45
Hex AD 88 3A 0 15 42 20 29 32 2D
Octal 255 210 72 0 25 102 40 51 62 55
Binary 10101101 10001000 111010 0 10101 1000010 100000 101001 110010 101101

Color Harmonies of #AD883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD883A

Black with #AD883A

Text Example


Text Example

White with #AD883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD883A; }

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

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

background-color css

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

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

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

border-color css

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

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

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