#AF8138

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

Shades of Alpine #AF8138

Tints of Alpine #AF8138

Color information

#AF8138 (or 0xAF8138) is unknown color: approx Alpine. HEX triplet: AF, 81 and 38. RGB value is (175,129,56). Sum of RGB (Red+Green+Blue) = 175+129+56=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8138 is #507EC7. Grayscale: #868686. Windows color (decimal): -5275336 or 3703215. OLE color: 3703215.

HSL color Cylindrical-coordinate representation of color #AF8138: hue angle of 36.81º 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 #AF8138 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17512956-
CMYK00.260.680.31
HSL36.81º51.52%45.29%-
HSV(B)36.81º68%68.63%-
XYZ26.2425.17.2-
YUV134.4383.74156.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.61%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=48.61%
G=35.83%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751295600.260.680.3136.8151.5245.29
HexAF813801A441F25342d
Octal2572017003210437456455
Binary1010111110000001111000011010100010011111100101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8138; }

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

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

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

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

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

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

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

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