#AF833E

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

Shades of Alpine #AF833E

Tints of Alpine #AF833E

Color information

#AF833E (or 0xAF833E) is unknown color: approx Alpine. HEX triplet: AF, 83 and 3E. RGB value is (175,131,62). Sum of RGB (Red+Green+Blue) = 175+131+62=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF833E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF833E is #507CC1. Grayscale: #888888. Windows color (decimal): -5274818 or 4096943. OLE color: 4096943.

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

Color convert

RGB17513162-
CMYK00.250.650.31
HSL36.64º47.68%46.47%-
HSV(B)36.64º64.57%68.63%-
XYZ26.6625.698.11-
YUV136.2986.08155.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.55%
GREEN value IS 131 (51.56% from 255) = 35.60%
BLUE value IS 62 (24.61% from 255) = 16.85%
R=47.55%
G=35.60%
B=16.85%

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
Decimal1751316200.250.650.3136.6447.6846.47
HexAF833E019411F25302e
Octal2572037603110137456056
Binary1010111110000011111110011001100000111111100101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF833E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF833E; }

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

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

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

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

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

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

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

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