#AF883A

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

Shades of Alpine #AF883A

Tints of Alpine #AF883A

Color information

#AF883A (or 0xAF883A) is unknown color: approx Alpine. HEX triplet: AF, 88 and 3A. RGB value is (175,136,58). Sum of RGB (Red+Green+Blue) = 175+136+58=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF883A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF883A is #5077C5. Grayscale: #8B8B8B. Windows color (decimal): -5273542 or 3836079. OLE color: 3836079.

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

Color convert

RGB17513658-
CMYK00.220.670.31
HSL40º50.21%45.69%-
HSV(B)40º66.86%68.63%-
XYZ27.2527.037.78-
YUV138.7782.42153.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.43%
GREEN value IS 136 (53.52% from 255) = 36.86%
BLUE value IS 58 (23.05% from 255) = 15.72%
R=47.43%
G=36.86%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751365800.220.670.314050.2145.69
HexAF883A016431F28322e
Octal2572107202610337506256
Binary1010111110001000111010010110100001111111101000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF883A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF883A; }

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

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

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

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

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

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

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

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