Html Css Color HEX #AD823A Alpine

📋 copy color: '#AD823A'

red 173 ◦ green 130 ◦ blue 58

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

Shades of Alpine #AD823A

Tints of Alpine #AD823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

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

R = 47.92%
G = 36.01%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD823A (or 0xAD823A) is known color: Alpine. HEX triplet: AD, 82 and 3A. RGB value is (173,130,58). Sum of RGB (Red+Green+Blue) = 173+130+58=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD823A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD823A is #527DC5. Grayscale: #868686. Windows color (decimal): -5406150 or 3834541. OLE color: 3834541.

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

Color convert

RGB 173 130 58 -
CMYK 0 0.25 0.66 0.32
HSL 37.57º 0.5% 0.45% -
HSV(B) 37.57º 0.66% 0.68% -
XYZ 25.98 25.15 7.49 -
YUV 134.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 173 130 58 0 0.25 0.66 0.32 37.57 0.5 0.45
Hex AD 82 3A 0 19 42 20 26 32 2D
Octal 255 202 72 0 31 102 40 46 62 55
Binary 10101101 10000010 111010 0 11001 1000010 100000 100110 110010 101101

Color Harmonies of #AD823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD823A

Black with #AD823A

Text Example


Text Example

White with #AD823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD823A; }

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

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

background-color css

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

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

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

border-color css

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

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

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