Html Css Color HEX #AD823F Alpine

📋 copy color: '#AD823F'

red 173 ◦ green 130 ◦ blue 63

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

Shades of Alpine #AD823F

Tints of Alpine #AD823F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.21%

R = 47.27%
G = 35.52%
B = 17.21%

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

#AD823F (or 0xAD823F) is known color: Alpine. HEX triplet: AD, 82 and 3F. RGB value is (173,130,63). Sum of RGB (Red+Green+Blue) = 173+130+63=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD823F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD823F is #527DC0. Grayscale: #878787. Windows color (decimal): -5406145 or 4162221. OLE color: 4162221.

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

Color convert

RGB 173 130 63 -
CMYK 0 0.25 0.64 0.32
HSL 36.55º 0.47% 0.46% -
HSV(B) 36.55º 0.64% 0.68% -
XYZ 26.11 25.21 8.19 -
YUV 135.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 173 130 63 0 0.25 0.64 0.32 36.55 0.47 0.46
Hex AD 82 3F 0 19 40 20 25 2F 2E
Octal 255 202 77 0 31 100 40 45 57 56
Binary 10101101 10000010 111111 0 11001 1000000 100000 100101 101111 101110

Color Harmonies of #AD823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD823F

Black with #AD823F

Text Example


Text Example

White with #AD823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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