Html Css Color HEX #AD823E Alpine

📋 copy color: '#AD823E'

red 173 ◦ green 130 ◦ blue 62

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

Shades of Alpine #AD823E

Tints of Alpine #AD823E

RGB

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

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

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

R = 47.4%
G = 35.62%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD823E (or 0xAD823E) is known color: Alpine. HEX triplet: AD, 82 and 3E. RGB value is (173,130,62). Sum of RGB (Red+Green+Blue) = 173+130+62=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD823E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD823E is #527DC1. Grayscale: #878787. Windows color (decimal): -5406146 or 4096685. OLE color: 4096685.

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

Color convert

RGB 173 130 62 -
CMYK 0 0.25 0.64 0.32
HSL 36.76º 0.47% 0.46% -
HSV(B) 36.76º 0.64% 0.68% -
XYZ 26.09 25.2 8.05 -
YUV 135.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 173 130 62 0 0.25 0.64 0.32 36.76 0.47 0.46
Hex AD 82 3E 0 19 40 20 25 2F 2E
Octal 255 202 76 0 31 100 40 45 57 56
Binary 10101101 10000010 111110 0 11001 1000000 100000 100101 101111 101110

Color Harmonies of #AD823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD823E

Black with #AD823E

Text Example


Text Example

White with #AD823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD823E; }

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

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

background-color css

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

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

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

border-color css

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

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

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