#AF833D

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

Shades of Alpine #AF833D

Tints of Alpine #AF833D

Color information

#AF833D (or 0xAF833D) is unknown color: approx Alpine. HEX triplet: AF, 83 and 3D. RGB value is (175,131,61). Sum of RGB (Red+Green+Blue) = 175+131+61=367 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.68% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 175 - color contains mainly: red. Hex color #AF833D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF833D is #507CC2. Grayscale: #888888. Windows color (decimal): -5274819 or 4031407. OLE color: 4031407.

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

Color convert

RGB17513161-
CMYK00.250.650.31
HSL36.84º48.31%46.27%-
HSV(B)36.84º65.14%68.63%-
XYZ26.6425.687.97-
YUV136.1885.58155.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.68%
GREEN value IS 131 (51.56% from 255) = 35.69%
BLUE value IS 61 (24.22% from 255) = 16.62%
R=47.68%
G=35.69%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751316100.250.650.3136.8448.3146.27
HexAF833D019411F25302e
Octal2572037503110137456056
Binary1010111110000011111101011001100000111111100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF833D; }

 p { color: rgb(175,131,61); }

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

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

 a { background-color: rgb(175,131,61); }

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

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

 span { border-color: rgb(175,131,61); }

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