#AF8B3A

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

Shades of Alpine #AF8B3A

Tints of Alpine #AF8B3A

Color information

#AF8B3A (or 0xAF8B3A) is unknown color: approx Alpine. HEX triplet: AF, 8B and 3A. RGB value is (175,139,58). Sum of RGB (Red+Green+Blue) = 175+139+58=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B3A is #5074C5. Grayscale: #8C8C8C. Windows color (decimal): -5272774 or 3836847. OLE color: 3836847.

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

Color convert

RGB17513958-
CMYK00.210.670.31
HSL41.54º50.21%45.69%-
HSV(B)41.54º66.86%68.63%-
XYZ27.6827.887.93-
YUV140.5381.43152.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 58 (23.05% from 255) = 15.59%
R=47.04%
G=37.37%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751395800.210.670.3141.5450.2145.69
HexAF8B3A015431F2a322e
Octal2572137202510337526256
Binary1010111110001011111010010101100001111111101010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B3A; }

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

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

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

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

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

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

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

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