#AF8E38

Color #AF8E38 Alpine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alpine #AF8E38

Tints of Alpine #AF8E38

Color information

#AF8E38 (or 0xAF8E38) is unknown color: approx Alpine. HEX triplet: AF, 8E and 38. RGB value is (175,142,56). Sum of RGB (Red+Green+Blue) = 175+142+56=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E38 is #5071C7. Grayscale: #8E8E8E. Windows color (decimal): -5272008 or 3706543. OLE color: 3706543.

HSL color Cylindrical-coordinate representation of color #AF8E38: hue angle of 43.36º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF8E38 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17514256-
CMYK00.190.680.31
HSL43.36º51.52%45.29%-
HSV(B)43.36º68%68.63%-
XYZ28.0728.757.81-
YUV142.0679.43151.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 142 (55.86% from 255) = 38.07%
BLUE value IS 56 (22.27% from 255) = 15.01%
R=46.92%
G=38.07%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751425600.190.680.3143.3651.5245.29
HexAF8E38013441F2b342d
Octal2572167002310437536455
Binary1010111110001110111000010011100010011111101011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E38; }

 p { color: rgb(175,142,56); }

 H1.HeaderClassName
 {
   color: #AF8E38;
 }
 .AnyTagClassName
 {
   color: #AF8E38;
 }
</style>
background-color css

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

 a { background-color: rgb(175,142,56); }

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

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

 span { border-color: rgb(175,142,56); }

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