#AF8E3A

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

Shades of Alpine #AF8E3A

Tints of Alpine #AF8E3A

Color information

#AF8E3A (or 0xAF8E3A) is unknown color: approx Alpine. HEX triplet: AF, 8E and 3A. RGB value is (175,142,58). Sum of RGB (Red+Green+Blue) = 175+142+58=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E3A is #5071C5. Grayscale: #8E8E8E. Windows color (decimal): -5272006 or 3837615. OLE color: 3837615.

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

Color convert

RGB17514258-
CMYK00.190.670.31
HSL43.08º50.21%45.69%-
HSV(B)43.08º66.86%68.63%-
XYZ28.1228.778.07-
YUV142.2980.43151.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.67%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 58 (23.05% from 255) = 15.47%
R=46.67%
G=37.87%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751425800.190.670.3143.0850.2145.69
HexAF8E3A013431F2b322e
Octal2572167202310337536256
Binary1010111110001110111010010011100001111111101011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E3A; }

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

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

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

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

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

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

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

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