Html Css Color HEX #AD8038 Alpine

📋 copy color: '#AD8038'

red 173 ◦ green 128 ◦ blue 56

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

Shades of Alpine #AD8038

Tints of Alpine #AD8038

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.85%

 BLUE value IS 56 (22.27% from 255) = 15.69%

R = 48.46%
G = 35.85%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD8038 (or 0xAD8038) is known color: Alpine. HEX triplet: AD, 80 and 38. RGB value is (173,128,56). Sum of RGB (Red+Green+Blue) = 173+128+56=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8038 is #527FC7. Grayscale: #858585. Windows color (decimal): -5406664 or 3702957. OLE color: 3702957.

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

Color convert

RGB 173 128 56 -
CMYK 0 0.26 0.68 0.32
HSL 36.92º 0.51% 0.45% -
HSV(B) 36.92º 0.68% 0.68% -
XYZ 25.67 24.61 7.14 -
YUV 133.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 173 128 56 0 0.26 0.68 0.32 36.92 0.51 0.45
Hex AD 80 38 0 1A 44 20 25 33 2D
Octal 255 200 70 0 32 104 40 45 63 55
Binary 10101101 10000000 111000 0 11010 1000100 100000 100101 110011 101101

Color Harmonies of #AD8038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8038

Black with #AD8038

Text Example


Text Example

White with #AD8038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8038; }

 p { color: rgb(173,128,56); }

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

background-color css

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

 a { background-color: rgb(173,128,56); }

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

border-color css

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

 span { border-color: rgb(173,128,56); }

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