Html Css Color HEX #AD8341 Alpine

📋 copy color: '#AD8341'

red 173 ◦ green 131 ◦ blue 65

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

Shades of Alpine #AD8341

Tints of Alpine #AD8341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 46.88%
G = 35.5%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD8341 (or 0xAD8341) is known color: Alpine. HEX triplet: AD, 83 and 41. RGB value is (173,131,65). Sum of RGB (Red+Green+Blue) = 173+131+65=369 (48% of max value = 765). Red value is 173 (67.97% from 255 or 46.88% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8341 is #527CBE. Grayscale: #888888. Windows color (decimal): -5405887 or 4293549. OLE color: 4293549.

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

Color convert

RGB 173 131 65 -
CMYK 0 0.24 0.62 0.32
HSL 36.67º 0.45% 0.47% -
HSV(B) 36.67º 0.62% 0.68% -
XYZ 26.3 25.5 8.54 -
YUV 136.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 173 131 65 0 0.24 0.62 0.32 36.67 0.45 0.47
Hex AD 83 41 0 18 3E 20 25 2D 2F
Octal 255 203 101 0 30 76 40 45 55 57
Binary 10101101 10000011 1000001 0 11000 111110 100000 100101 101101 101111

Color Harmonies of #AD8341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8341

Black with #AD8341

Text Example


Text Example

White with #AD8341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8341; }

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

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

background-color css

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

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

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

border-color css

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

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

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