Html Css Color HEX #AD8531 Alpine

📋 copy color: '#AD8531'

red 173 ◦ green 133 ◦ blue 49

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

Shades of Alpine #AD8531

Tints of Alpine #AD8531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.8%

R = 48.73%
G = 37.46%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD8531 (or 0xAD8531) is known color: Alpine. HEX triplet: AD, 85 and 31. RGB value is (173,133,49). Sum of RGB (Red+Green+Blue) = 173+133+49=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8531 is #527ACE. Grayscale: #878787. Windows color (decimal): -5405391 or 3245485. OLE color: 3245485.

HSL color Cylindrical-coordinate representation of color #AD8531: hue angle of 40.65º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD8531 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 133 49 -
CMYK 0 0.23 0.72 0.32
HSL 40.65º 0.56% 0.44% -
HSV(B) 40.65º 0.72% 0.68% -
XYZ 26.18 25.88 6.52 -
YUV 135.38 79.25 154.83 -
System Red Green Blue C M Y K H S L
Decimal 173 133 49 0 0.23 0.72 0.32 40.65 0.56 0.44
Hex AD 85 31 0 17 48 20 29 38 2C
Octal 255 205 61 0 27 110 40 51 70 54
Binary 10101101 10000101 110001 0 10111 1001000 100000 101001 111000 101100

Color Harmonies of #AD8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8531

Black with #AD8531

Text Example


Text Example

White with #AD8531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8531; }

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

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

background-color css

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

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

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

border-color css

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

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

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